diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-12 10:15:07 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-12 10:15:07 +0300 |
| commit | 0fe71baced34addf6fe4ec642f3e5f8cbfe75a3c (patch) | |
| tree | 30c3bd707f763f218bafa7b5e5f18e49a3fa5564 /.coderabbit.yaml | |
| parent | a6cc7543a597d22c4b104d1e8f919e4174735b27 (diff) | |
| download | coderabbit-0fe71baced34addf6fe4ec642f3e5f8cbfe75a3c.tar.gz coderabbit-0fe71baced34addf6fe4ec642f3e5f8cbfe75a3c.zip | |
T8764: skip auto-review of mergify[bot] backport PRs
Adds `mergify[bot]` to `reviews.auto_review.ignore_usernames` in the
central `vyos`-org CodeRabbit baseline. Mergify-opened backport PRs are
mechanical cherry-picks of an already-reviewed source PR; re-reviewing
them adds no signal and burns CodeRabbit's rate-limit budget.
Manual `@coderabbitai review` continues to work for the rare case where
a maintainer wants a fresh review on a backport PR (e.g. to confirm a
conflict resolution was handled correctly after a non-clean cherry-pick).
Behavior change observed today (2026-05-12):
- vyos/vyos-documentation#2006 (sagitta) and #2007 (circinus) were
auto-opened by Mergify as backports of #2005. Both got CodeRabbit
auto-reviews despite being byte-equivalent to the already-reviewed
source PR. This change suppresses that.
Scope: central `vyos`-org baseline only. Mirror change on
`VyOS-Networks/coderabbit:.coderabbit.yaml`.
Related: T8782 (Mergify central-config rollout) — Mergify is the
generator of these PRs; this is housekeeping on the CodeRabbit side.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.coderabbit.yaml')
| -rw-r--r-- | .coderabbit.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 381046e..3fe3d8d 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -38,6 +38,14 @@ reviews: - WIP - DO NOT MERGE - Bump + # Skip auto-review for PRs authored by these accounts. Manual + # `@coderabbitai review` still works if a human asks for one. The list + # targets bots that open mechanical PRs whose content was already + # reviewed upstream (e.g. Mergify cherry-picks the merge commit of an + # already-reviewed source PR, so re-reviewing the backport adds no + # signal and burns rate limit). + ignore_usernames: + - "mergify[bot]" path_filters: - "!**/*.lock" |
