Add a minimal .coderabbit.yaml that ensures CodeRabbit re-reviews each push to a PR (incremental review on new commits) and skips drafts. Without this file, the org-level configuration left incremental reviews disabled, so only the initial PR open triggered a review. Signed-off-by: Aleksei Sviridkin <f@lex.la>
5 lines
94 B
YAML
5 lines
94 B
YAML
reviews:
|
|
auto_review:
|
|
enabled: true
|
|
auto_incremental_review: true
|
|
drafts: false
|