summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <andamasov@gmail.com>2026-06-08 01:50:32 +0300
committerGitHub <noreply@github.com>2026-06-08 01:50:32 +0300
commitff690b9b7c55c8e8ac20e07ce000af2baa74549e (patch)
treeeae8250daa3d7ddc56fc4bd77ad1b4bd7564109a /.github
parentbbc4a453a7d0f6190ab6f61d75cd71c9c2b38562 (diff)
downloadvyos-http-api-tools-ff690b9b7c55c8e8ac20e07ce000af2baa74549e.tar.gz
vyos-http-api-tools-ff690b9b7c55c8e8ac20e07ce000af2baa74549e.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#59)
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 21e9fb6..89a2dca 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: