diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-06 19:02:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:02:19 +0300 |
| commit | e018142491858639e8969e3c6cdb2f84f01b05dd (patch) | |
| tree | 2e77ae7a0af1e06e31345bc224ccbd55bd500d5a | |
| parent | e4b03eae9a354c43917fed2de2e4a101834a25d9 (diff) | |
| download | vyos-cloud-init-e018142491858639e8969e3c6cdb2f84f01b05dd.tar.gz vyos-cloud-init-e018142491858639e8969e3c6cdb2f84f01b05dd.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#111)
| -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 5689b68c..b718eec0 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]+).*' |
