diff options
| author | Yuriy Andamasov <andamasov@gmail.com> | 2026-06-06 19:02:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:02:46 +0300 |
| commit | bbc4a453a7d0f6190ab6f61d75cd71c9c2b38562 (patch) | |
| tree | 2f3e6ed4a3ae98f378ae9c06cb0af0a50efd1be1 | |
| parent | 7453433fd6f1be153ebca3d6ce3d6fdb9c11d56d (diff) | |
| download | vyos-http-api-tools-bbc4a453a7d0f6190ab6f61d75cd71c9c2b38562.tar.gz vyos-http-api-tools-bbc4a453a7d0f6190ab6f61d75cd71c9c2b38562.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#58)
| -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 c1a4cec..21e9fb6 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -32,6 +32,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]+).*' |
