diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 18:56:25 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 18:56:25 +0300 |
| commit | ed4bcc13db41dad9260eae9b4f3a2403f60ca93c (patch) | |
| tree | 279a8a7ddccdec31842d33938ffde13e5cd9d6f0 | |
| parent | 55758ebb3578d01db3e54a052eb6c2ab775162ca (diff) | |
| download | vyos.vyos-feat/T8966-botexcl-tid.tar.gz vyos.vyos-feat/T8966-botexcl-tid.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gatefeat/T8966-botexcl-tid
| -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 bd832b72..49298b52 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -14,6 +14,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]+).*' |
