diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-08 01:50:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 01:50:44 +0300 |
| commit | d6dcb96b2e21895ee0537d695ee8c60c438b00fc (patch) | |
| tree | 039d9e33b3fce59bd51d94e3dceca35425758a2a /.github/mergify.yml | |
| parent | 3f4b6009b7f79fb66b642b6f976efdc298326448 (diff) | |
| download | vyos-live-build-rolling.tar.gz vyos-live-build-rolling.zip | |
T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) (#17)rolling
Diffstat (limited to '.github/mergify.yml')
| -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 49298b52c..617bcdaee 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: |
