fix(config): Update CodeRabbit auto_incremental_review configuration

- Move auto_incremental_review under auto_review section for proper schema compliance
- Ensure correct nesting of incremental review settings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kazuki Yamada
2025-06-07 00:35:17 +09:00
parent 7a4423d5ed
commit ddc235899a

View File

@@ -13,9 +13,9 @@ reviews:
auto_review:
enabled: true
drafts: false
# Disable incremental reviews after PR creation
incremental_review: false
# Disable incremental reviews after PR creation
auto_incremental_review: false
# Request changes for critical issues
request_changes_workflow: true