There was an error while loading. Please reload this page.
1 parent 47aaf01 commit c7cad47Copy full SHA for c7cad47
2 files changed
.coderabbit.yml
@@ -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
@@ -20,6 +20,7 @@ on:
20
- 'FUNDING.json'
21
- 'LICENSE'
22
- 'README.md'
23
+ - '.coderabbit.yml'
24
pull_request:
25
paths-ignore: *paths_ignore
26
0 commit comments