Skip to content

Commit

Permalink
Enable mergify github app
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Aug 4, 2019
1 parent cf0ff91 commit 0a1af97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pull_request_rules:
- name: Automatic merge on CI success and review
conditions:
- "#approved-reviews-by>=1"
- label!=do-not-merge
- label!=WIP
actions:
merge:
method: squash
strict: true

0 comments on commit 0a1af97

Please sign in to comment.