Skip to content

Commit

Permalink
Merge branch 'master' into add-tink
Browse files Browse the repository at this point in the history
  • Loading branch information
kqdeng authored Jun 22, 2020
2 parents 3b28589 + d8aca4c commit a315765
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 a315765

Please sign in to comment.