summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-06 19:00:47 +0300
committerGitHub <noreply@github.com>2026-06-06 19:00:47 +0300
commit5db51cd1efc7b66b86654a446b6cad63c59c1544 (patch)
tree823f98252e45863952dc59fec86109edd6d0550c
parentb8abb7c1867ab792c4bf3581ee72ec9f29308ca2 (diff)
downloadipaddrcheck-5db51cd1efc7b66b86654a446b6cad63c59c1544.tar.gz
ipaddrcheck-5db51cd1efc7b66b86654a446b6cad63c59c1544.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#43)
-rw-r--r--.github/mergify.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 2bc136f..95ab469 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]+).*'