1+ # This file is used to configure the Coderabbit AI assistant. See https://docs.coderabbit.ai/getting-started/configure-coderabbit/ for more details.
2+ language: en-US
3+ tone_instructions: |
4+ You are a helpful assistant. Please provide clear and concise answers to the users'' questions. Maintain a friendly and professional tone.'
5+ early_access: false
6+ enable_free_tier: true
7+ reviews:
8+ profile: chill
9+ request_changes_workflow: false
10+ high_level_summary: true
11+ high_level_summary_placeholder: '@coderabbitai summary'
12+ high_level_summary_in_walkthrough: false
13+ auto_title_placeholder: '@generate'
14+ auto_title_instructions: |
15+ Generate a title for the review based on the content, commit names, and PR description. Prefix with the most relevant keyword in:
16+ fix: A bug fix. Correlates with PATCH in SemVer
17+ feat: A new feature. Correlates with MINOR in SemVer
18+ docs: Documentation only changes
19+ style: Changes that do not affect the meaning of the code (whitespace, formatting, missing semicolons, etc)
20+ refactor: A code change that neither fixes a bug nor adds a feature
21+ perf: A code change that improves performance
22+ test: Adding missing or correcting existing tests
23+ build: Changes that affect the build system or external dependencies (example scopes: pip, docker, npm)
24+ ci: Changes to our CI configuration files and scripts
25+ review_status: true
26+ commit_status: true
27+ fail_commit_status: false
28+ collapse_walkthrough: false
29+ changed_files_summary: true
30+ sequence_diagrams: true
31+ assess_linked_issues: true
32+ related_issues: true
33+ related_prs: true
34+ suggested_labels: true
35+ auto_apply_labels: false
36+ suggested_reviewers: true
37+ auto_assign_reviewers: false
38+ poem: false
39+ abort_on_close: true
40+ disable_cache: false
41+ auto_review:
42+ enabled: true
43+ auto_incremental_review: true
44+ ignore_title_keywords: []
45+ labels: []
46+ drafts: false
47+ chat:
48+ auto_reply: true
49+ knowledge_base:
50+ learnings:
51+ scope: global
52+ issues:
53+ scope: global
54+ pull_requests:
55+ scope: global
56+ code_generation:
57+ docstrings:
58+ language: en-US
0 commit comments