starrocks/.mergify.yml

30 lines
618 B
YAML

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:
- "{{author}}"
- name: close pr when conflict
conditions:
- label=conflicts
actions:
close:
message:
"@{{author}}: Backport conflict, please reslove the conflict and resubmit the pr"