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 1414# limitations under the License.
1515
1616# 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
1719language : " en-US"
1820reviews :
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
1934 auto_review :
2035 drafts : true
2136 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