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 17b19f2 commit a97cca5Copy full SHA for a97cca5
.github/mergify.yml
@@ -4,6 +4,7 @@ pull_request_rules:
4
- -closed
5
- conflict
6
- -author=dependabot[bot]
7
+ - label=ready-for-review
8
- or:
9
- -draft # Don't report conflicts on regular draft.
10
- and: # Do report conflicts on draft that are scheduled for the next major release.
@@ -22,6 +23,7 @@ pull_request_rules:
22
23
- name: Ask to resolve CI failures
24
conditions:
25
26
27
28
- check-skipped=test-suite-success
29
- check-skipped=local-testnet-success
0 commit comments