summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-08 01:49:10 +0300
committerGitHub <noreply@github.com>2026-06-08 01:49:10 +0300
commit24ed9682206202901b622bfdc74be52be38ee5ef (patch)
treeeaad39cc58db83597d8092ad602d86b3cd3e6e1f
parent5422bebf1786df7899e77313d0b6618985f50184 (diff)
downloadvyatta-biosdevname-rolling.tar.gz
vyatta-biosdevname-rolling.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#25)rolling
-rw-r--r--.github/mergify.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 5df1f12..70aa011 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: