From e21198c08baaa796ad0fa57b589be7632116c1af Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Fri, 16 May 2025 13:55:06 +1000 Subject: [PATCH] One more attempt to fix mergify condition. (#7472) --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 7b8a138f57..48d76219e3 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -44,7 +44,7 @@ pull_request_rules: - -conflict # Unfortunately, it doesn't look like there's an easy way to check for PRs pending # CI workflows approvals. - - check-success=local-testnet-success + - check-success=test-suite-success - check-success=local-testnet-success - "#review-requested > 0" actions: