summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-06 19:02:03 +0300
committerGitHub <noreply@github.com>2026-06-06 19:02:03 +0300
commit4787fd476b46ece317f27ea32bb0cecd25050a5c (patch)
tree5c8edbfa551cf2d36ffd5acebeb13623359f4338 /.github
parentce43534f3365a3062a9519e96b7749b080e2fbff (diff)
downloadlibnss-mapuser-4787fd476b46ece317f27ea32bb0cecd25050a5c.tar.gz
libnss-mapuser-4787fd476b46ece317f27ea32bb0cecd25050a5c.zip
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#29)
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
index 2abcbc2..d1b21fd 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]+).*'