Skip to content

Commit

Permalink
Add mergify rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Apr 25, 2020
1 parent f9a783c commit a5cac7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
@@ -0,0 +1,13 @@
pull_request_rules:
- name: automatic merge on CI success - reviewed
conditions:
- "#approved-reviews-by>=1"
- status-success=Travis CI - Pull Request
actions:
merge:
method: rebase
- name: remove outdated reviews
conditions:
- base=master
actions:
dismiss_reviews: {}

0 comments on commit a5cac7c

Please sign in to comment.