Skip to content

Commit 121ba84

Browse files
ImreSamuphillipross
authored andcommitted
add coderabbit config
1 parent 11a65d7 commit 121ba84

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.coderabbit.yaml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
# see - https://docs.coderabbit.ai/configure-coderabbit/
3+
4+
language: "en-US"
5+
6+
early_access: true
7+
8+
# we(docker-postgis) always need a human to approve (and merge), we don't use this,
9+
reviews:
10+
profile: "chill"
11+
request_changes_workflow: false
12+
high_level_summary: false
13+
poem: false
14+
review_status: false
15+
collapse_walkthrough: true
16+
auto_review:
17+
enabled: false
18+
drafts: false
19+
20+
# chat is allowed
21+
chat:
22+
auto_reply: true
23+
24+
25+
# https://docs.coderabbit.ai/guides/commands
26+
#
27+
# The following commands are available (invoked as PR comments):
28+
# @coderabbitai pause : to pause the reviews on a PR.
29+
# @coderabbitai resume : to resume the paused reviews.
30+
# @coderabbitai review : to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
31+
# @coderabbitai full review : to do a full review from scratch and review all the files again.
32+
# @coderabbitai summary : to regenerate the summary of the PR.
33+
# @coderabbitai resolve : resolve all the CodeRabbit review comments.
34+
# @coderabbitai configuration : to show the current CodeRabbit configuration for the repository.
35+
# @coderabbitai help : to get help.
36+

0 commit comments

Comments
 (0)