There was an error while loading. Please reload this page.
2 parents fa5cf80 + d613bbb commit b55096dCopy full SHA for b55096d
1 file changed
.coderabbit.yaml
@@ -0,0 +1,15 @@
1
+# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2
+language: en-US
3
+reviews:
4
+ # Skip the vendored SQLite amalgamation. These files are copied verbatim from
5
+ # upstream SQLite (see the License section in README.md) and are not code that
6
+ # this project authors or reviews.
7
+ path_filters:
8
+ - "!sqlite3-binding.c"
9
+ - "!sqlite3-binding.h"
10
+ - "!sqlite3ext.h"
11
+ auto_review:
12
+ enabled: true
13
+ drafts: false
14
+chat:
15
+ auto_reply: true
0 commit comments