diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-08 01:47:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:47:25 +0300 |
| commit | f639676440170a57619f28e458399468d8fc4de6 (patch) | |
| tree | 2b98e01dca24898aafa56a06e8e2bb953dff9817 | |
| parent | 4787fd476b46ece317f27ea32bb0cecd25050a5c (diff) | |
| download | libnss-mapuser-rolling.tar.gz libnss-mapuser-rolling.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#30)rolling
| -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 d1b21fd..06990fd 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: |
