Github.com and pull request decoration

Could anyone who has gotten pull request decoration working on github.com and sonarqube version 7.7 dev edition please post the exact steps they followed? i have followed the instructions here:

and pretty much every other thread on this board to no avail. setting all the properties on the command line quells and error messages i see in the sonarqube logs, but nothing is posted back to github.

thanks!

Hi,

Configuring all the properties on the command line isn’t going to work. The GH interaction is handled asynchronously; by the time if fires, your command line values are out of scope. Instead, you need to take a look at the UI (Administration > General Settings > Pull Requests) and configure as much as you can there (e.g. provider, api url, …).

 
HTH,
Ann

P.S. This will be clearer in the documentation for the next release.