Restrict the Mergify copy command to core contributors
This commit is contained in:
parent
18d69c8d2b
commit
c0638439be
|
@ -113,3 +113,10 @@ pull_request_rules:
|
||||||
ignore_conflicts: true
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.9
|
- v1.9
|
||||||
|
|
||||||
|
commands_restrictions:
|
||||||
|
# The author of copied PRs is the Mergify user.
|
||||||
|
# Restrict `copy` access to Core Contributors
|
||||||
|
copy:
|
||||||
|
conditions:
|
||||||
|
- author=@core-contributors
|
||||||
|
|
Loading…
Reference in New Issue