From e5de19ff9a64669bedfe5a532a48df8effd28707 Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Fri, 10 Apr 2026 04:57:37 +0800 Subject: [PATCH] [CI/Build[ Don't auto-rebase PRs with CI failures (#39443) Signed-off-by: DarkLight1337 --- .github/mergify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 4b815cbea..31cf12993 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -18,7 +18,7 @@ pull_request_rules: - name: comment-pre-commit-failure description: Comment on PR when pre-commit check fails conditions: - - status-failure=pre-commit + - check-failure=pre-commit - -closed - -draft actions: @@ -51,7 +51,7 @@ pull_request_rules: - name: comment-dco-failure description: Comment on PR when DCO check fails conditions: - - status-failure=dco + - check-failure=dco - -closed - -draft actions: @@ -384,6 +384,7 @@ pull_request_rules: - label=ready - "#approved-reviews-by >= 1" - "#commits-behind >= 50" + - "#check-failure = 0" - -closed - -draft - -conflict