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 <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2025-04-23 09:07:25 +02:00 committed by mergify[bot]
parent 20b9ecc15c
commit 3622fc4635

View File

@ -91,7 +91,7 @@ pull_request_rules:
- not: - not:
status-success~=^ci/centos status-success~=^ci/centos
- or: - or:
- "check-pending=Queue: Embarked in merge train" - "check-pending=Queue: Embarked in merge queue"
- author=mergify[bot] - author=mergify[bot]
actions: actions:
label: label: