[Tool] Mergify: configuration update to allow comment from github-actions (#33491)
This commit is contained in:
parent
3d71dd733e
commit
3810d41342
14
.mergify.yml
14
.mergify.yml
|
|
@ -1,8 +1,20 @@
|
|||
commands_restrictions:
|
||||
backport:
|
||||
conditions:
|
||||
- or:
|
||||
- sender-permission>=read
|
||||
- sender=github-actions[bot]
|
||||
|
||||
rebase:
|
||||
conditions:
|
||||
- or:
|
||||
- sender-permission>=read
|
||||
- sender=github-actions[bot]
|
||||
|
||||
pull_request_rules:
|
||||
- name: assign PRs with the pr author
|
||||
conditions:
|
||||
- -merged
|
||||
|
||||
actions:
|
||||
assign:
|
||||
add_users:
|
||||
|
|
|
|||
Loading…
Reference in New Issue