Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
# Collapse walkthrough when files > threshold
collapse_walkthrough: true

# Auto-review on push
# Label-gated reviews: add the `coderabbit` label (or comment
# `@coderabbitai review`) to trigger — no automatic or per-push reviews.
auto_review:
enabled: true
enabled: false
auto_incremental_review: false
labels: ['coderabbit']

Check failure on line 24 in .coderabbit.yaml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(quoted-strings)

[new] string value is redundantly quoted with any quotes
drafts: false

# Path filters - ignore generated/config files
Expand Down
Loading