Restrict the Mergify copy command to core contributors (#22792)
(cherry picked from commit c0638439be
)
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@ -113,3 +113,10 @@ pull_request_rules:
|
||||
ignore_conflicts: true
|
||||
branches:
|
||||
- v1.9
|
||||
|
||||
commands_restrictions:
|
||||
# The author of copied PRs is the Mergify user.
|
||||
# Restrict `copy` access to Core Contributors
|
||||
copy:
|
||||
conditions:
|
||||
- author=@core-contributors
|
||||
|
Reference in New Issue
Block a user