diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-08 01:48:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:48:58 +0300 |
| commit | 4fb02507cba0b76334edee8c4c0129def1d3b706 (patch) | |
| tree | dc144b46ff92389ef3ca530f523b5c2756377170 | |
| parent | 966bab92fd0b9f8b487f338c1d918afd6930e8cd (diff) | |
| download | vyatta-bash-4fb02507cba0b76334edee8c4c0129def1d3b706.tar.gz vyatta-bash-4fb02507cba0b76334edee8c4c0129def1d3b706.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#42)
| -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 54c6d7e..279a481 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: |
