From 3b468ce8bea27bdf729557ec293166a2e4ba6193 Mon Sep 17 00:00:00 2001 From: zds <49744633+zds-s@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:16:32 +0800 Subject: [PATCH] ci: add CodeRabbit configuration file - Create .coderabbit.yaml file with specified settings - Configure language, early access, and review preferences - Enable auto-review for the 'main' branch - Set up chat auto-reply --- .coderabbit.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..326c8256 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,17 @@ +language: "zh-CN" +early_access: false +reviews: + profile: "chill" + request_changes_workflow: true + high_level_summary: true + auto_title_placeholder: "@coderabbitai" + commit_status: true + poem: true + review_status: true + collapse_walkthrough: true + auto_review: + enabled: true + drafts: false + base_branches: ["main"] +chat: + auto_reply: true \ No newline at end of file