Skip to content

Commit

Permalink
chore(github): test out mergify config (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchello2000 committed Oct 16, 2019
1 parent db53098 commit fcbaacb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- "label=ready"
actions:
merge:
method: squash
strict: smart

0 comments on commit fcbaacb

Please sign in to comment.