summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:48:42 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:48:42 +0300
commit5c0b264cc3300dd61e60a1bdf71a36530bd565fd (patch)
treeef15306548f4b229c74155373b999ceacbb3e87e /.github
parentead48f4715faff01f36b8566b7b892707ed36520 (diff)
downloadshim-signed-5c0b264cc3300dd61e60a1bdf71a36530bd565fd.tar.gz
shim-signed-5c0b264cc3300dd61e60a1bdf71a36530bd565fd.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt)
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 2cc6e39..2196523 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -34,7 +34,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: