Skip to content

Commit

Permalink
Add mergify configuration (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Aug 22, 2022
1 parent ebd9c84 commit 988b16a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/.mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
queue_rules:
- name: default
conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"

pull_request_rules:
- name: automatic merge when CI passes on main
conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"
actions:
queue:
name: default
method: squash

0 comments on commit 988b16a

Please sign in to comment.