diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 19:01:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:46 +0300 |
| commit | 78155a8e7cae8631719aadaace91f7fff10b0e65 (patch) | |
| tree | b33afe431c90f66a1180cc2b09f20e5f2598442d | |
| parent | 9f1dac5de2715d75b6f4034822b4287de05da409 (diff) | |
| download | live-boot-78155a8e7cae8631719aadaace91f7fff10b0e65.tar.gz live-boot-78155a8e7cae8631719aadaace91f7fff10b0e65.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#27)
| -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 b7226fc..89f5bb3 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]+).*' |
