Skip to content

Commit 2f44024

Browse files
authored
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#1218)
1 parent 4a34962 commit 2f44024

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/mergify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ pull_request_rules:
4040
conditions:
4141
- '-closed'
4242
- '-merged'
43+
- '-author~=\[bot\]$'
44+
- 'author!=copilot-swe-agent'
45+
- 'author!=vyosbot'
4346
- or:
4447
- '-title~=^(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+.*'
4548
- 'commits[*].commit_message~=^(?!(([a-zA-Z0-9\-_.]+:\s)?)T\d+:\s+[^\s]+).*'

0 commit comments

Comments
 (0)