[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:
|
pull_request_rules:
|
||||||
- name: assign PRs with the pr author
|
- name: assign PRs with the pr author
|
||||||
conditions:
|
conditions:
|
||||||
- -merged
|
- -merged
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
assign:
|
assign:
|
||||||
add_users:
|
add_users:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue