diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-06 19:02:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:02:37 +0300 |
| commit | 69fccf7db6857106e13fa29fee63176c3b52248d (patch) | |
| tree | 279a8a7ddccdec31842d33938ffde13e5cd9d6f0 | |
| parent | 55758ebb3578d01db3e54a052eb6c2ab775162ca (diff) | |
| download | vyos.vyos-69fccf7db6857106e13fa29fee63176c3b52248d.tar.gz vyos.vyos-69fccf7db6857106e13fa29fee63176c3b52248d.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#482)
| -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]+).*' |
