Skip to content

Commit b7fc034

Browse files
committed
Fix condition
1 parent 8dde5bd commit b7fc034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pull_request_rules:
5050
- check-success=local-testnet-success
5151
# Update the label only if there are no more change requests from any reviewers and no unresolved threads.
5252
# This rule ensures that a PR with passing CI can be marked as `waiting-on-author`.
53-
- or:
53+
- and:
5454
- "#changes-requested-reviews-by = 0"
5555
- "#review-threads-unresolved = 0"
5656
actions:

0 commit comments

Comments
 (0)