From 1e975db14fa4dc1fb24b1160f420b6c2d57ad542 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 6 Jun 2026 18:56:07 +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 5689b68c..b718eec0 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]+).*'