Tweak mergify config

Set minimum approvers number to be strictly greater than 1.
This commit is contained in:
Alessio Treglia 2020-03-01 16:18:22 +00:00
parent 2ae25caa74
commit 8fd85e16a5
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 1 additions and 1 deletions

View File

@ -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: