summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-06 18:43:37 +0300
committerGitHub <noreply@github.com>2026-06-06 18:43:37 +0300
commitde4b0925d09d93791f7210cb39d5fa737cc21d48 (patch)
tree603cd4dbafd00ee006e572c046f75a8a5138a3de
parentccac7e31285e699811c30b80611f17171c62ebd4 (diff)
downloadmergify-de4b0925d09d93791f7210cb39d5fa737cc21d48.tar.gz
mergify-de4b0925d09d93791f7210cb39d5fa737cc21d48.zip
ci: T8966: exempt bots from invalid-title + invalid-body convention gates (#19)
Add the blessed 3-condition bot exclusion (-author~=\[bot\]$, author!=copilot-swe-agent, author!=vyosbot) to the two convention labeling rules so bot-authored PRs aren't gated by human title/body conventions. Mirrors the live Auto-assign PR author rule. Part of the uniform bot-excluded protections rollout (IS-531). 🤖 Generated by [robots](https://vyos.io)
-rw-r--r--.mergify.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml
index 8864c86..e467fdd 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -104,6 +104,9 @@ pull_request_rules:
conditions:
- '-closed'
- '-merged'
+ - '-author~=\[bot\]$'
+ - 'author!=copilot-swe-agent'
+ - 'author!=vyosbot'
- or:
- '#title < 10'
- 'title~=(?i)\bwip\b'
@@ -123,6 +126,9 @@ pull_request_rules:
conditions:
- '-closed'
- '-merged'
+ - '-author~=\[bot\]$'
+ - 'author!=copilot-swe-agent'
+ - 'author!=vyosbot'
- '#body < 80'
actions:
label: