From 121ba84f2a9ff199fc0a0f51d19f812d1bc5143c Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sat, 14 Sep 2024 15:17:20 +0200 Subject: [PATCH] add coderabbit config --- .coderabbit.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..b5eca3fe --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +# see - https://docs.coderabbit.ai/configure-coderabbit/ + +language: "en-US" + +early_access: true + +# we(docker-postgis) always need a human to approve (and merge), we don't use this, +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: false + poem: false + review_status: false + collapse_walkthrough: true + auto_review: + enabled: false + drafts: false + +# chat is allowed +chat: + auto_reply: true + + +# https://docs.coderabbit.ai/guides/commands +# +# The following commands are available (invoked as PR comments): +# @coderabbitai pause : to pause the reviews on a PR. +# @coderabbitai resume : to resume the paused reviews. +# @coderabbitai review : to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. +# @coderabbitai full review : to do a full review from scratch and review all the files again. +# @coderabbitai summary : to regenerate the summary of the PR. +# @coderabbitai resolve : resolve all the CodeRabbit review comments. +# @coderabbitai configuration : to show the current CodeRabbit configuration for the repository. +# @coderabbitai help : to get help. +