diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-08 01:49:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:49:45 +0300 |
| commit | 86aaff211b91ac4e05e279e1840724aee9f49f28 (patch) | |
| tree | 4cf561d9c937799ec1bcb88364365bfa9e5d668a | |
| parent | 1f09fa22c8d82c6e701e31a608edc2f3ffdbc795 (diff) | |
| download | vyconf-86aaff211b91ac4e05e279e1840724aee9f49f28.tar.gz vyconf-86aaff211b91ac4e05e279e1840724aee9f49f28.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#57)
| -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 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: |
