summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-08 01:47:01 +0300
committerGitHub <noreply@github.com>2026-06-08 01:47:01 +0300
commitbb3bf1e5a86f3b06fbc1d105bbd50daad50effe1 (patch)
treed53b5043286ba1827e9cf7c11391891015facbfa
parentfdafffb750377a78ac050f6912ffec54071001eb (diff)
downloadhvinfo-bb3bf1e5a86f3b06fbc1d105bbd50daad50effe1.tar.gz
hvinfo-bb3bf1e5a86f3b06fbc1d105bbd50daad50effe1.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#30)
-rw-r--r--.github/mergify.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 04d007b..17ded67 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -37,7 +37,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: