summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:47:13 +0300
committerGitHub <noreply@github.com>2026-06-08 01:47:13 +0300
commitd8ba8e14d3e93aec2225cf97ab935b6197cae90b (patch)
treeffcffbc5864e8df5daff2e9a00916ed441c00180 /.github
parent5db51cd1efc7b66b86654a446b6cad63c59c1544 (diff)
downloadipaddrcheck-d8ba8e14d3e93aec2225cf97ab935b6197cae90b.tar.gz
ipaddrcheck-d8ba8e14d3e93aec2225cf97ab935b6197cae90b.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#44)
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 95ab469..5d4337e 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: