Skip to content

Commit

Permalink
added mergify rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 30, 2023
1 parent b2163aa commit cf1c114
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ queue_rules:
- name: default
allow_inplace_checks: false
queue_conditions:
- #approved-reviews-by>=1
- check-success = tests
- and:
- "#approved-reviews-by>=1"
- "check-success=tests"
merge_conditions:
- check-success = tests
- "check-success=tests"

0 comments on commit cf1c114

Please sign in to comment.