forked from yamadashy/repomix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
39 lines (29 loc) 路 899 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
39 lines (29 loc) 路 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# CodeRabbit configuration file for Repomix project
# See: https://docs.coderabbit.ai/getting-started/configure-coderabbit/
# Language configuration
language: en-US
# Review configuration
reviews:
# Review levels for different types of changes
profile: chill # Options: chill, assertive
# Auto review only on PR creation, not on subsequent changes
auto_review:
enabled: true
drafts: false
# Disable incremental reviews after PR creation
auto_incremental_review: false
# Request changes for critical issues
request_changes_workflow: true
# High-level summary for complex PRs
high_level_summary: false
# Poem style for fun summary (optional)
poem: false
# Chat configuration
chat:
auto_reply: false
# Knowledge base configuration
knowledge_base:
# Opt out of sensitive file content analysis
opt_out: false
# Early access features
early_access: true