Skip to content

Commit 59c3215

Browse files
fix: skip CodeRabbit reviews on bot and release PRs (#9279)
## Problem CodeRabbit is reviewing release and backport PRs created by bots (e.g. [#9264](#9264)), leaving unnecessary review comments. ## Solution Add ignore rules to `.coderabbit.yaml`: - **`ignore_usernames`**: `comfy-pr-bot`, `github-actions` — skips reviews on PRs authored by these bot accounts - **`ignore_title_keywords`**: `[release]`, `[backport` — skips reviews on release and backport PRs by title ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9279-fix-skip-CodeRabbit-reviews-on-bot-and-release-PRs-3146d73d3650814c9ebae0d08acbafd6) by [Unito](https://www.unito.io) --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 589f58f commit 59c3215

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ reviews:
55
high_level_summary: false
66
auto_review:
77
drafts: true
8+
ignore_title_keywords:
9+
- '[release]'
10+
- '[backport'
11+
ignore_usernames:
12+
- comfy-pr-bot
13+
- github-actions
14+
- github-actions[bot]

0 commit comments

Comments
 (0)