Skip to content

Commit

Permalink
Merge pull request #309 from mraniki/dev
Browse files Browse the repository at this point in the history
Add automatic merge on approval rule
  • Loading branch information
mraniki committed Oct 10, 2023
2 parents 5633701 + b64f6d4 commit 27bb172
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
@@ -0,0 +1,9 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "check-success=build"
- "check-success=test"
- "#check-failure=0"
actions:
merge:
method: merge

0 comments on commit 27bb172

Please sign in to comment.