Skip to content

Commit 19696a6

Browse files
authored
[feat] Update .coderabbit.yaml with review settings and code guidelines (#6251)
Signed-off-by: Venky Ganesh <[email protected]>
1 parent cf4f4e8 commit 19696a6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.coderabbit.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,27 @@
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
1719
language: "en-US"
1820
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
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"]

0 commit comments

Comments
 (0)