Skip to content

Commit

Permalink
add .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungyoul Yu committed Sep 26, 2019
1 parent 700d123 commit c4e7353
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pull_request_rules:
- name: automatic merge
conditions:
- base=master
- '#approved-reviews-by>=1'
# - 'status-success=ci/circleci'
actions:
merge:
method: merge
# method: rebase
# rebase_fallback: merge
# strict: smart
dismiss_reviews: {}
delete_head_branch: {}

0 comments on commit c4e7353

Please sign in to comment.