From 618f07369e14a8ea5afe604c7ffb915d38bac1aa Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:56:11 +0800 Subject: [PATCH] =?UTF-8?q?config(ci):=20=E9=85=8D=E7=BD=AECoderabbit?= =?UTF-8?q?=E4=BB=A5=E6=94=AF=E6=8C=81=E9=87=8D=E6=9E=84=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E8=87=AA=E5=8A=A8=E5=AE=A1=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 启用auto_review功能以进行代码审查 - 添加refactor/cqrs-architecture-decoupling作为基础分支 - 配置草稿PR时不进行审查的选项 - 设置聊天自动回复功能 --- .coderabbit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 8cb624ec..5fc95d9d 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -16,6 +16,8 @@ reviews: auto_review: enabled: true drafts: false # draft PR 不 review + base_branches: + - refactor/cqrs-architecture-decoupling chat: auto_reply: true