diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-06 19:01:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:12 +0300 |
| commit | 966bab92fd0b9f8b487f338c1d918afd6930e8cd (patch) | |
| tree | cae8182f1a62df40cc96f1246f84bdc46bf87aa6 | |
| parent | c0086b558d8ec6f3f619cca3b0f0fa674f0d4f9a (diff) | |
| download | vyatta-bash-966bab92fd0b9f8b487f338c1d918afd6930e8cd.tar.gz vyatta-bash-966bab92fd0b9f8b487f338c1d918afd6930e8cd.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#41)
| -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 09cc804..54c6d7e 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]+).*' |
