Skip to content

[GitHub] Make pull request status check name configurable #415

Closed
@alexbde

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):

image

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.:

image

If I could support by testing a new plugin version or similar, I would be happy to do so.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions