summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-08 01:47:49 +0300
committerGitHub <noreply@github.com>2026-06-08 01:47:49 +0300
commite579d8a956a52e8c2f8bc785562dca7e315457f3 (patch)
tree6bc43bb39b7d3a1f17df521c8acd2db254a7ad6a
parent0aa1f14407491b50b89963769cdf7b364e988690 (diff)
downloadlibpam-radius-auth-e579d8a956a52e8c2f8bc785562dca7e315457f3.tar.gz
libpam-radius-auth-e579d8a956a52e8c2f8bc785562dca7e315457f3.zip
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#34)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 61c9def..3e16fca 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: