From b7d2d28e69a9b40029addecd55965c57b6386f57 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 20 Feb 2023 16:59:35 +0100 Subject: [PATCH] ci: only add `ok-to-test` if there are no pending CentOS jobs After the `ok-to-test` label was added, the commenter will remove the label again. There is no need for Mergify to re-add the label while CI jobs are still running. Signed-off-by: Niels de Vos --- .mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 85bec865f..9b5a2281a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -50,6 +50,8 @@ pull_request_rules: conditions: - base~=^(devel)|(release-.+)$ - "check-pending=Queue: Embarked in merge train" + - not: + check-pending~=^ci/centos actions: label: add: