Skip to content

Commit

Permalink
Added mergify configuration (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
azidar authored and seldridge committed Feb 21, 2019
1 parent 371527e commit b8dbd6c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pull_request_rules:
- name: remove outdated reviews
conditions:
- base=master
actions:
dismiss_reviews:

pull_request_rules:
- name: automatic squash-and-merge on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- base=master
- label="Please Merge"
- label!="DO NOT MERGE"
actions:
merge:
method: squash
strict: smart
strict_method: merge

0 comments on commit b8dbd6c

Please sign in to comment.