Skip to content

Commit a79943b

Browse files
authored
chore: Avoid mergify nagging while tests are pending (#494)
1 parent 0ccac06 commit a79943b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/mergify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ pull_request_rules:
2424
conditions:
2525
- -closed
2626
- label=ready-for-review
27+
- check-pending!=test-suite-success
28+
- check-pending!=local-testnet-success
29+
- check-stale!=test-suite-success
30+
- check-stale!=local-testnet-success
2731
- or:
2832
- check-skipped=test-suite-success
2933
- check-skipped=local-testnet-success

0 commit comments

Comments
 (0)