From b7fc03437bbab2fe6455c0065d2fbc0467b437d1 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 28 May 2025 10:55:14 +1000 Subject: [PATCH] Fix condition --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index a84b51b32e..6caf2c4bf0 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -50,7 +50,7 @@ pull_request_rules: - check-success=local-testnet-success # Update the label only if there are no more change requests from any reviewers and no unresolved threads. # This rule ensures that a PR with passing CI can be marked as `waiting-on-author`. - - or: + - and: - "#changes-requested-reviews-by = 0" - "#review-threads-unresolved = 0" actions: