RFR: 2395: Make it configurable to disable the contributor check for the /backport command
Zhao Song
zsong at openjdk.org
Mon Oct 21 19:58:16 UTC 2024
On Mon, 21 Oct 2024 17:14:53 GMT, Zhao Song <zsong at openjdk.org> wrote:
> In a discussion with Erik offline, he pointed out that the /backport command is different from all other commit commands. Instead of affecting the current repository, it only reads information from it and creates a branch in a fork of another repository. On GitHub, since anyone can comment on commits, it makes sense to have access control. However, in GitLab, where only authorized engineers can access the relevant repositories, we can safely disable the contributor check. In summary, it makes sense to make it configurable to disable the contributor check for the /backport command.
Thank you for the review!
-------------
PR Comment: https://git.openjdk.org/skara/pull/1692#issuecomment-2427596995
More information about the skara-dev
mailing list