File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
17
+ # https://docs.coderabbit.ai/getting-started/configure-coderabbit/
18
+ # In PR, comment "@coderabbitai configuration" to get the full config including defaults
17
19
language : " en-US"
18
20
reviews :
21
+ profile : chill
22
+ auto_title_placeholder : ' @coderabbitai title'
23
+ auto_title_instructions : ' Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>". Keep it concise.'
24
+ commit_status : false
25
+ collapse_walkthrough : true
26
+ assess_linked_issues : true
27
+ related_issues : true
28
+ related_prs : true
29
+ suggested_labels : true
30
+ auto_apply_labels : true
31
+ suggested_reviewers : true
32
+ auto_assign_reviewers : true
33
+ poem : false
19
34
auto_review :
20
35
drafts : true
21
36
base_branches : ["main", "release/.+"]
22
- commit_status : false
37
+ knowledge_base :
38
+ code_guidelines :
39
+ enabled : true
40
+ filePatterns : ["**/CODING_GUIDELINES.md"]
You can’t perform that action at this time.
0 commit comments