ci(Mergify): configuration update (#924)

This commit is contained in:
Ryan 2021-12-11 23:41:27 +01:00 committed by GitHub
parent fec0c0c529
commit cad4bc8c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
pull_request_rules:
- name: warn on conflicts
conditions:
- -draft
- -closed
- -merged
- conflict
actions:
comment:
@ -17,6 +20,9 @@ pull_request_rules:
- conflict
- name: warn on needs-work
conditions:
- -draft
- -closed
- -merged
- or:
- check-failure=lint
- check-failure=test-linux