summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:49:45 +0300
committerGitHub <noreply@github.com>2026-06-08 01:49:45 +0300
commit86aaff211b91ac4e05e279e1840724aee9f49f28 (patch)
tree4cf561d9c937799ec1bcb88364365bfa9e5d668a /.github
parent1f09fa22c8d82c6e701e31a608edc2f3ffdbc795 (diff)
downloadvyconf-86aaff211b91ac4e05e279e1840724aee9f49f28.tar.gz
vyconf-86aaff211b91ac4e05e279e1840724aee9f49f28.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#57)
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 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: