Skip to content

Commit c7cad47

Browse files
authored
chore: add CodeRabbit config (#17007)
1 parent 47aaf01 commit c7cad47

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.coderabbit.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
reviews:
3+
profile: quiet # quiet | chill (default) | assertive
4+
request_changes_workflow: true # needed for merge-blocking checks
5+
high_level_summary: false
6+
sequence_diagrams: true # auto architecture diagrams for the PR
7+
assess_linked_issues: true
8+
poem: false
9+
path_filters: []
10+
path_instructions: []

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- 'FUNDING.json'
2121
- 'LICENSE'
2222
- 'README.md'
23+
- '.coderabbit.yml'
2324
pull_request:
2425
paths-ignore: *paths_ignore
2526

0 commit comments

Comments
 (0)