Skip to content

Commit

Permalink
[Tool] Mergify: configuration update to allow comment from github-act…
Browse files Browse the repository at this point in the history
…ions (StarRocks#33491)
  • Loading branch information
andyziye authored Oct 23, 2023
1 parent 3d71dd7 commit 3810d41
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3810d41

Please sign in to comment.