From eb2dc73a0f87d961ee6d0f1bdbfd1918b3ab396e Mon Sep 17 00:00:00 2001 From: Pranshu Gupta Date: Fri, 24 May 2024 01:02:36 +0530 Subject: [PATCH] Main - coderabbit YAML (#2517) * Add files via upload * Update pull-request.yml --- .github/workflows/pull-request.yml | 3 ++- coderabbit.yaml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 coderabbit.yaml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bd8dd1ace..58cd635b2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -210,6 +210,7 @@ jobs: CODEOWNERS LICENSE setup.ts + .coderabbit.yaml - name: List all changed unauthorized files if: steps.changed-unauth-files.outputs.any_changed == 'true' || steps.changed-unauth-files.outputs.any_deleted == 'true' env: @@ -245,4 +246,4 @@ jobs: echo "Possible issues:" echo "- Contributor may be merging into an incorrect branch." echo "- Source branch may be incorrect please use develop as source branch." - exit 1 \ No newline at end of file + exit 1 diff --git a/coderabbit.yaml b/coderabbit.yaml new file mode 100644 index 000000000..46e2d25b8 --- /dev/null +++ b/coderabbit.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: "en-US" +early_access: false +reviews: + profile: "chill" + request_changes_workflow: true + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false + base_branches: + - develop +chat: + auto_reply: true \ No newline at end of file