From 4b54b842e02a68b90ed937a56abc7b652943b52c Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 6 Jun 2026 18:55:09 +0300 Subject: [PATCH] ci: T8966: exempt bots from product T-ID (invalid-task-id) gate --- .github/mergify.yml | 3 +++ 1 file changed, 3 insertions(+) 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]+).*'