mergify: drop ready if conflicts (#12396)

This commit is contained in:
Jirka Borovec 2022-03-22 11:06:36 +01:00 committed by GitHub
parent bc1c8b926c
commit 5bbad8bb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.github/mergify.yml vendored
View File

@ -50,6 +50,7 @@ pull_request_rules:
- name: Not ready yet - name: Not ready yet
conditions: conditions:
- or: - or:
- label="has conflicts"
- "#approved-reviews-by=0" # number of review approvals - "#approved-reviews-by=0" # number of review approvals
- "#changes-requested-reviews-by>=1" # no requested changes - "#changes-requested-reviews-by>=1" # no requested changes
actions: actions: