Skip to content

Commit 763a824

Browse files
committed
chore(coderabbit): scope bot reviews to shipped code
Exclude docs/** and tasks/** from CodeRabbit path filters: prose and working notes don't need bot review (no docs CI gate exists), and the mythos-enhancements PR's 152 changed files exceeded the 150-file per-review limit, skipping the review entirely.
1 parent 7fc0c58 commit 763a824

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ reviews:
5151
- "!graphify-out/**"
5252
- "!**/*.pyc"
5353
- "!**/__pycache__/**"
54+
# Prose and working-notes paths: keeps bot reviews focused on shipped
55+
# code and large branches under the per-PR reviewed-file limit.
56+
- "!docs/**"
57+
- "!tasks/**"
5458

5559
path_instructions:
5660
- path: "**/*.py"

0 commit comments

Comments
 (0)