Skip to content

Commit

Permalink
added pull_request_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 30, 2023
1 parent 7d73d70 commit 70b2b4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pull_request_rules:
- name: "Automatic queue when CI passes and approved"
conditions:
- "#approved-reviews-by>=0"
- "check-success=tests"
actions:
queue:
merge_method: squash
update_method: rebase
queue_rules:
- name: default
queue_conditions:
Expand Down

0 comments on commit 70b2b4e

Please sign in to comment.