From 9e9c51be6fef85c4995f032294025b3c55133d6c Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 28 May 2025 10:59:17 +1000 Subject: [PATCH] Remove redundant `and` --- .github/mergify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 6caf2c4bf0..4ab73bcf07 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -50,9 +50,8 @@ 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`. - - and: - - "#changes-requested-reviews-by = 0" - - "#review-threads-unresolved = 0" + - "#changes-requested-reviews-by = 0" + - "#review-threads-unresolved = 0" actions: label: remove: