diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-06 19:01:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:04 +0300 |
| commit | 00a20a1dec52b993dda2d4176cbf9de5bfcb21be (patch) | |
| tree | 8b48a4340678ce04021685464cc929b57b8ee1b2 | |
| parent | 25ced56cfad54a2643364fb57ed818ed5ad83e91 (diff) | |
| download | vyatta-cfg-system-00a20a1dec52b993dda2d4176cbf9de5bfcb21be.tar.gz vyatta-cfg-system-00a20a1dec52b993dda2d4176cbf9de5bfcb21be.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#243)
| -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]+).*' |
