Skip to content

Commit

Permalink
Add Mergify integration to automatically merge PRs on approval (#31)
Browse files Browse the repository at this point in the history
* Mergify: configuration update

* Update .mergify.yml
  • Loading branch information
PrasadG193 authored Mar 20, 2021
1 parent 5a86ed1 commit d3cddc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=main
- "#approved-reviews-by>=1"
- label!=hold-off-merging
- status-success=build
actions:
merge:
method: squash
commit_message: title+body
strict: smart

0 comments on commit d3cddc8

Please sign in to comment.