summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-06 19:01:54 +0300
committerGitHub <noreply@github.com>2026-06-06 19:01:54 +0300
commit8f44997630332d1cd0969409e2ddeccbeb4a8892 (patch)
treec4c976406bfbca1da6453de75d5057eddc284e13
parent7c545b0739bff8141d48200849ed33226a6cf5e5 (diff)
downloadvyos-1x-8f44997630332d1cd0969409e2ddeccbeb4a8892.tar.gz
vyos-1x-8f44997630332d1cd0969409e2ddeccbeb4a8892.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#5258)
-rw-r--r--.github/mergify.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index da3632cff..5b394bb4b 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -40,6 +40,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]+).*'