From e7dbca389d53a49b16c2d8a6165512a1e9333ef6 Mon Sep 17 00:00:00 2001 From: Pranshu Gupta Date: Fri, 24 May 2024 01:03:58 +0530 Subject: [PATCH] coderabbit yaml file (#2314) --- .coderabbit.yaml | 17 +++++++++++++++++ .github/workflows/pull-request.yml | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000000..46e2d25b8c --- /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 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9b6906da07..0ad59c70a6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -113,6 +113,8 @@ jobs: .gitignore .eslintrc.json .eslintignore + .prettierrc.json + .prettierignore vite.config.ts CODEOWNERS LICENSE @@ -120,6 +122,7 @@ jobs: docker-compose.prod.yaml setup.ts schema.graphql + .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'