ci(Mergify): configuration update (#924)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: warn on conflicts
|
- name: warn on conflicts
|
||||||
conditions:
|
conditions:
|
||||||
|
- -draft
|
||||||
|
- -closed
|
||||||
|
- -merged
|
||||||
- conflict
|
- conflict
|
||||||
actions:
|
actions:
|
||||||
comment:
|
comment:
|
||||||
@@ -17,6 +20,9 @@ pull_request_rules:
|
|||||||
- conflict
|
- conflict
|
||||||
- name: warn on needs-work
|
- name: warn on needs-work
|
||||||
conditions:
|
conditions:
|
||||||
|
- -draft
|
||||||
|
- -closed
|
||||||
|
- -merged
|
||||||
- or:
|
- or:
|
||||||
- check-failure=lint
|
- check-failure=lint
|
||||||
- check-failure=test-linux
|
- check-failure=test-linux
|
||||||
|
Reference in New Issue
Block a user