-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
27 lines (27 loc) · 921 Bytes
/
.coderabbit.yaml
File metadata and controls
27 lines (27 loc) · 921 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
reviews:
profile: "chill"
# When high_level_summary is false, the summary is still generated and inserted
# if the @coderabbitai summary placeholder is present in the description.
# The setting only suppresses the automatic append behaviour.
high_level_summary: false
# by default, lets insert summary there, so you could copy it to the message.
high_level_summary_in_walkthrough: true
poem: false
suggested_reviewers: false
in_progress_fortune: false
auto_review:
enabled: true
drafts: false
# Base branches (other than the default branch) to review. Accepts regex patterns.
# Use '.*' to match all branches.
base_branches: [ ".*" ]
path_filters:
# Exclude these paths (prefix with !)
- "!pkg/**"
pre_merge_checks:
docstrings:
mode: off
chat:
art: false