diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-08 01:50:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:50:21 +0300 |
| commit | 5b4d6d235a84bb39b44b9bf443eb25a33a550b03 (patch) | |
| tree | 409dca9f73abba1d73c01e9eee5b7e99bd9add09 /.github | |
| parent | e018142491858639e8969e3c6cdb2f84f01b05dd (diff) | |
| download | vyos-cloud-init-5b4d6d235a84bb39b44b9bf443eb25a33a550b03.tar.gz vyos-cloud-init-5b4d6d235a84bb39b44b9bf443eb25a33a550b03.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#112)
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 b718eec0..4680cdfa 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: |
