Skip to content

Commit

Permalink
Tweak mergify config
Browse files Browse the repository at this point in the history
Set minimum approvers number to be strictly greater than 1.
  • Loading branch information
Alessio Treglia committed Mar 1, 2020
1 parent 2ae25ca commit 8fd85e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>=1"
- "#approved-reviews-by>1"
- base=master
- label=automerge
actions:
Expand Down

0 comments on commit 8fd85e1

Please sign in to comment.