Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
chore(mergify): swap order of auto merge with and without review
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 17, 2019
1 parent 9602acd commit 20c9ac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pull_request_rules:
# Automatic Merging (humans)
- name: automatic merge without review
- name: automatic merge
conditions:
- author=thislooksfun
- "#approved-reviews-by>=1"
- base=master
actions:
merge:
method: merge
strict: smart

- name: automatic merge
- name: automatic merge without review
conditions:
- "#approved-reviews-by>=1"
- author=thislooksfun
- base=master
actions:
merge:
Expand Down

0 comments on commit 20c9ac1

Please sign in to comment.