Skip to content

Commit

Permalink
Merge pull request #369 from blemale/bastien.lemale/feat_github_merge…
Browse files Browse the repository at this point in the history
…_auto_prs

feat(github):Merge automatically PRs
  • Loading branch information
blemale authored Sep 29, 2023
2 parents 6a45514 + f92b6c9 commit 659e4fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pull_request_rules:
- name: Automatic merge when CI passes and reviews approve
conditions:
- "#approved-reviews-by>=1"
- status-success=Final Results
actions:
merge:
method: merge

0 comments on commit 659e4fc

Please sign in to comment.