summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-06 19:03:36 +0300
committerGitHub <noreply@github.com>2026-06-06 19:03:36 +0300
commit80c8c3d39c50a94b2cc3d217ed66ae5c1b1e4977 (patch)
treeef70bb10dae8adc375545ed734e4871397ab9a49
parent5387a7e517469736a7ecceaf49a46b66a3499997 (diff)
downloadrest.vyos-80c8c3d39c50a94b2cc3d217ed66ae5c1b1e4977.tar.gz
rest.vyos-80c8c3d39c50a94b2cc3d217ed66ae5c1b1e4977.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#8)
-rw-r--r--.github/mergify.yml3
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]+).*'