diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-08 01:47:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:47:49 +0300 |
| commit | e579d8a956a52e8c2f8bc785562dca7e315457f3 (patch) | |
| tree | 6bc43bb39b7d3a1f17df521c8acd2db254a7ad6a /.github | |
| parent | 0aa1f14407491b50b89963769cdf7b364e988690 (diff) | |
| download | libpam-radius-auth-rolling.tar.gz libpam-radius-auth-rolling.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#34)rolling
Diffstat (limited to '.github')
| -rw-r--r-- | .github/mergify.yml | 4 |
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: |
