From 86aaff211b91ac4e05e279e1840724aee9f49f28 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 8 Jun 2026 01:49:45 +0300 Subject: T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#57) --- .github/mergify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 49298b5..617bcda 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -19,7 +19,9 @@ pull_request_rules: - 'author!=vyosbot' - or: - '-title~=^(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+.*' - - 'commits[*].commit_message~=^(?!(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+).*' + - and: + - 'label!=legacy' + - 'commits[*].commit_message~=^(?!(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+).*' actions: label: toggle: -- cgit v1.2.3