diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-06-06 19:01:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 19:01:21 +0300 |
| commit | 5422bebf1786df7899e77313d0b6618985f50184 (patch) | |
| tree | 11bb4158df537350dbceb26e620a3b6b734803cf | |
| parent | e8c6d947ef50ed5729a5fa964fd009d59000807f (diff) | |
| download | vyatta-biosdevname-5422bebf1786df7899e77313d0b6618985f50184.tar.gz vyatta-biosdevname-5422bebf1786df7899e77313d0b6618985f50184.zip | |
ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#24)
| -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 07ff4c8..5df1f12 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]+).*' |
