From 446a2055f728b78ad75d86b3e17e936954400aea Mon Sep 17 00:00:00 2001 From: "Daniel Porteous (dport)" Date: Tue, 29 Nov 2022 17:27:40 +0000 Subject: [PATCH] Further clarify the messaging with mergify (#5724) --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 953d1ab68e115..b46c3319d8191 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -32,7 +32,7 @@ pull_request_rules: title: | {% if not check_succeed %} {% if check_pending|length > 0 %} - Some checks are still pending... + Ignore the red X, it just means some checks are still pending, please wait... {% elif check_skipped|length > 0 %} Some checks were skipped (try rebasing, toggling automerge, or applying the corresponding labels)... {% else %}