diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-08 01:49:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:49:57 +0300 |
| commit | 6a5f1961cde6116457cb9e6b958bee7b66603c3b (patch) | |
| tree | ec9d397e6b8fe0e12ece9342e05b5679e6741039 | |
| parent | 8f44997630332d1cd0969409e2ddeccbeb4a8892 (diff) | |
| download | vyos-1x-6a5f1961cde6116457cb9e6b958bee7b66603c3b.tar.gz vyos-1x-6a5f1961cde6116457cb9e6b958bee7b66603c3b.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#5259)
| -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 5b394bb4b..35c392a4e 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -45,7 +45,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: |
