From 3622fc463526f84b678bce61d0418f51959a138e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 23 Apr 2025 09:07:25 +0200 Subject: [PATCH] ci: add `ok-to-test` label after Mergify rephrase Mergify rephrased the status when a PR is the 1st in the queue. Instead of the "Queue: Embarked in merge train", the status is now reported as "Queue: Embarked in merge queue". Because the status did not match the rule in the configuration anymore, the `ok-to-test` label was not automatically added. Signed-off-by: Niels de Vos --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index f8fa4d87a..5079a3336 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -91,7 +91,7 @@ pull_request_rules: - not: status-success~=^ci/centos - or: - - "check-pending=Queue: Embarked in merge train" + - "check-pending=Queue: Embarked in merge queue" - author=mergify[bot] actions: label: