From 5422bebf1786df7899e77313d0b6618985f50184 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 6 Jun 2026 19:01:21 +0300 Subject: ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#24) --- .github/mergify.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/mergify.yml b/.github/mergify.yml index 07ff4c8..5df1f12 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]+).*' -- cgit v1.2.3