Skip to content

Commit 9e9c51b

Browse files
committed
Remove redundant and
1 parent b7fc034 commit 9e9c51b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/mergify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ 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-
- and:
54-
- "#changes-requested-reviews-by = 0"
55-
- "#review-threads-unresolved = 0"
53+
- "#changes-requested-reviews-by = 0"
54+
- "#review-threads-unresolved = 0"
5655
actions:
5756
label:
5857
remove:

0 commit comments

Comments
 (0)