summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-08 01:49:57 +0300
committerGitHub <noreply@github.com>2026-06-08 01:49:57 +0300
commit6a5f1961cde6116457cb9e6b958bee7b66603c3b (patch)
treeec9d397e6b8fe0e12ece9342e05b5679e6741039
parent8f44997630332d1cd0969409e2ddeccbeb4a8892 (diff)
downloadvyos-1x-6a5f1961cde6116457cb9e6b958bee7b66603c3b.tar.gz
vyos-1x-6a5f1961cde6116457cb9e6b958bee7b66603c3b.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#5259)
-rw-r--r--.github/mergify.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 5b394bb4b..35c392a4e 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -45,7 +45,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: