summaryrefslogtreecommitdiff
path: root/.github/mergify.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:48:25 +0300
committerGitHub <noreply@github.com>2026-06-08 01:48:25 +0300
commit5c851d36d5802517eb73bb2bfa25e2870cad24f7 (patch)
tree2524b5264f05ff82ae98554280e2217d056d8300 /.github/mergify.yml
parent78155a8e7cae8631719aadaace91f7fff10b0e65 (diff)
downloadlive-boot-rolling.tar.gz
live-boot-rolling.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#28)rolling
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 89f5bb3..15e9cfd 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: