diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 19:01:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:29 +0300 |
| commit | 1f09fa22c8d82c6e701e31a608edc2f3ffdbc795 (patch) | |
| tree | 6bd00cf5932d664e7fda1bb8c2bf42ae74aeddd2 | |
| parent | a033edaeae2cad643e46fb7c54971e07308f2a4e (diff) | |
| download | vyconf-1f09fa22c8d82c6e701e31a608edc2f3ffdbc795.tar.gz vyconf-1f09fa22c8d82c6e701e31a608edc2f3ffdbc795.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#56)
| -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 bd832b7..49298b5 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]+).*' |
