Integrated: 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.
This pull request has now been integrated.
Changeset: 6da14cf5
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/6da14cf5d2843aaaec488fd1bb7af91730a9679b
Stats: 23 lines in 4 files changed: 19 ins; 0 del; 4 mod
2395: Make it configurable to disable the contributor check for the /backport command
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1692
More information about the skara-dev
mailing list