Skip to content

Commit

Permalink
feat(ci): add mergify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronraysmith committed Sep 11, 2023
1 parent 87e5323 commit f7d7635
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pull_request_rules:
- name: automatic merge for main when CI passes and 2 reviews and not WIP
conditions:
- "#approved-reviews-by>=1"
- check-success=Build / test (3.10) (pull_request)
- check-success=Docker / build-and-push-image (pull_request)
- base=main
- label!=work-in-progress
actions:
merge:
method: squash

0 comments on commit f7d7635

Please sign in to comment.