summaryrefslogtreecommitdiff
path: root/.github/mergify.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:48:36 +0300
committerGitHub <noreply@github.com>2026-06-08 01:48:36 +0300
commit419ea4c8b3341648ac9b30d039a874c8bd997043 (patch)
tree162a0aac153041f649ba4e850461469bd2b7662f /.github/mergify.yml
parent80c8c3d39c50a94b2cc3d217ed66ae5c1b1e4977 (diff)
downloadrest.vyos-419ea4c8b3341648ac9b30d039a874c8bd997043.tar.gz
rest.vyos-419ea4c8b3341648ac9b30d039a874c8bd997043.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#9)
Diffstat (limited to '.github/mergify.yml')
-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: