mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user