Pull request GitHub Sonar

Hey guys,
i havent implemented my GitHub-Sonarqube connection yet, but i wanted to ask if i see i.e. the comments in the code, assignments in the code or if an issue is open or not also in Github, when i do a pull request. And if i change something of this in GitHub is that also shown in SonarQube with the next push?


Im using * Enterprise Edition * Version 8.7.1 (build 42226)

Hi Philipp, welcome to the SonarSource Community!

The pull request decoration for GitHub will show you a summary of the Quality Gate result for the analysis of the pull request’s branch: whether it passed or failed and, if it failed, the conditions that caused it to fail. Then there’s a link back to SonarQube so you can dive into the details.

It also registers as a Check so that you can enforce policies against a PR with a failed check.

There’s a screenshot of it here if you scroll down to “Pull Request decoration” then click on GitHub.