diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-06 19:01:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:54 +0300 |
| commit | 8f44997630332d1cd0969409e2ddeccbeb4a8892 (patch) | |
| tree | c4c976406bfbca1da6453de75d5057eddc284e13 | |
| parent | 7c545b0739bff8141d48200849ed33226a6cf5e5 (diff) | |
| download | vyos-1x-8f44997630332d1cd0969409e2ddeccbeb4a8892.tar.gz vyos-1x-8f44997630332d1cd0969409e2ddeccbeb4a8892.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#5258)
| -rw-r--r-- | .github/mergify.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index da3632cff..5b394bb4b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -40,6 +40,9 @@ pull_request_rules: conditions: - '-closed' - '-merged' + - '-author~=\[bot\]$' + - 'author!=copilot-swe-agent' + - '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]+).*' |
