Description
Hi!
Following idea for an enhancement: it would be great if the name of the status check on a pull request would be configurable. At the moment it is hard-coded to <project-name> Sonarqube Results
, see the source code.
Which leads to a status check like this (where sonarqube-test
is the project name):
This makes it hard to apply global policies for required status checks in GitHub, because the name differs per project. As an example: there is a global policy we apply to all GitHub repositories that a status check called "Jenkins" is required to pass before a PR could be merged. That is no problem, because the status check is called "Jenkins" for every repository.
If I would like to do the same for SonarQube, I would need to adjust the name of the status check in every repository, e.g.:
If I could support by testing a new plugin version or similar, I would be happy to do so.
Activity