Skip to content

Commit

Permalink
mergify: init
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jun 22, 2020
1 parent 649894e commit 24f7496
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=master
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label=ready-to-merge
- label!=do-not-merge
actions:
merge:
commit_message: title+body
strict: smart+fastpath

0 comments on commit 24f7496

Please sign in to comment.