summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-06 19:02:54 +0300
committerGitHub <noreply@github.com>2026-06-06 19:02:54 +0300
commit7b18dfcd170f093f236dc56333e7d69932e91e3d (patch)
tree6a2b3c4f2e52df2b920f7f32f8478bd1b9979724
parentbcdb02e6123c5d4d2278a548e61f5c4f7dbe36f7 (diff)
downloadlibpam-tacplus-7b18dfcd170f093f236dc56333e7d69932e91e3d.tar.gz
libpam-tacplus-7b18dfcd170f093f236dc56333e7d69932e91e3d.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#22)
-rw-r--r--.github/mergify.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index bd832b7..49298b5 100644
--- a/.github/mergify.yml
+++ b/.github/mergify.yml
@@ -14,6 +14,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]+).*'