Skip to content

Commit

Permalink
Merge pull request #14 from tinkerbell/mergify-init
Browse files Browse the repository at this point in the history
mergify: init
  • Loading branch information
grahamc authored Jun 22, 2020
2 parents 649894e + 24f7496 commit d8aca4c
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 d8aca4c

Please sign in to comment.