From 876faaa0793d41020f560c560e859a90546d9952 Mon Sep 17 00:00:00 2001 From: Miyamae Yuuya Date: Tue, 28 May 2024 21:12:06 +0900 Subject: [PATCH] =?UTF-8?q?build:=20CodeRabbit=20=E5=B0=8E=E5=85=A5=20(#15?= =?UTF-8?q?85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: coderabbit * fix: lang * fix * fix --- .coderabbit.yaml | 16 ++++++++++++++++ .eslintignore | 1 + .prettierignore | 1 + 3 files changed, 18 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..f7f8b674a --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: "ja" +early_access: true + +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false +chat: + auto_reply: true diff --git a/.eslintignore b/.eslintignore index ee417eb7d..3cf50c4d1 100644 --- a/.eslintignore +++ b/.eslintignore @@ -12,3 +12,4 @@ tailwind.config.base.js .yalc/** .changeset storybook-static +.coderabbit.yaml diff --git a/.prettierignore b/.prettierignore index 0cd50ec7b..79bc68a94 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ storybook-static .next .yarn .yalc +.coderabbit.yaml