Skip to content

Commit b55096d

Browse files
authored
Merge pull request #1418 from mattn/add-coderabbit-config
Add CodeRabbit configuration
2 parents fa5cf80 + d613bbb commit b55096d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)