We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e209b commit 9de6e98Copy full SHA for 9de6e98
.github/mergify.yml
@@ -2,9 +2,7 @@ pull_request_rules:
2
# for check failures / WIP pending check.
3
- name: Add enhancement label
4
conditions:
5
- - -check-success=build
6
- - -check-failure=build
7
- - -check-neutral=build
+ - check-pending=build
8
- -closed
9
- -label=enhancement
10
actions:
@@ -59,9 +57,7 @@ pull_request_rules:
59
57
60
58
- name: Automatic message on WIP
61
62
- - -check-failure=WIP
63
- - -check-success=WIP
64
- - -check-neutral=WIP
+ - check-pending=WIP
65
- -draft
66
67
0 commit comments