diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-08 01:49:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:49:10 +0300 |
| commit | 24ed9682206202901b622bfdc74be52be38ee5ef (patch) | |
| tree | eaad39cc58db83597d8092ad602d86b3cd3e6e1f /.github | |
| parent | 5422bebf1786df7899e77313d0b6618985f50184 (diff) | |
| download | vyatta-biosdevname-24ed9682206202901b622bfdc74be52be38ee5ef.tar.gz vyatta-biosdevname-24ed9682206202901b622bfdc74be52be38ee5ef.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#25)rolling
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 5df1f12..70aa011 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: |
