summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-06 19:01:46 +0300
committerGitHub <noreply@github.com>2026-06-06 19:01:46 +0300
commit78155a8e7cae8631719aadaace91f7fff10b0e65 (patch)
treeb33afe431c90f66a1180cc2b09f20e5f2598442d /.github
parent9f1dac5de2715d75b6f4034822b4287de05da409 (diff)
downloadlive-boot-78155a8e7cae8631719aadaace91f7fff10b0e65.tar.gz
live-boot-78155a8e7cae8631719aadaace91f7fff10b0e65.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#27)
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml3
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]+).*'