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:
mergify[bot]
2022-01-27 17:10:07 +00:00
committed by GitHub
parent 15e9cedc0d
commit 6fca541847

View File

@ -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