diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 19:02:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:02:03 +0300 |
| commit | 4787fd476b46ece317f27ea32bb0cecd25050a5c (patch) | |
| tree | 5c8edbfa551cf2d36ffd5acebeb13623359f4338 | |
| parent | ce43534f3365a3062a9519e96b7749b080e2fbff (diff) | |
| download | libnss-mapuser-4787fd476b46ece317f27ea32bb0cecd25050a5c.tar.gz libnss-mapuser-4787fd476b46ece317f27ea32bb0cecd25050a5c.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#29)
| -rw-r--r-- | .github/mergify.yml | 3 |
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]+).*' |
