summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:47:38 +0300
committerGitHub <noreply@github.com>2026-06-08 01:47:38 +0300
commit08fe73326a18e803778c55ff0b08202a6cc0c06f (patch)
treef85c0874c6db2be03e29d333664ab9674c1d4656
parent14f59d50cc570820f254145ff86cdd9e5654e56b (diff)
downloadlibnss-tacplus-rolling.tar.gz
libnss-tacplus-rolling.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#15)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 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: