Skip to content

Commit

Permalink
Merge PR #5714: tools: add mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Feb 28, 2020
1 parent 5a2e59e commit de0f1a9
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 for master when CI passes, has 1 review and has the label automerge
conditions:
- "#approved-reviews-by>=1"
- "status-success=ci/circleci - Pull Request"
- base=master
- label=automerge
actions:
merge:
method: squash

0 comments on commit de0f1a9

Please sign in to comment.