config(ci): 配置Coderabbit以支持重构分支的自动审查

- 启用auto_review功能以进行代码审查
- 添加refactor/cqrs-architecture-decoupling作为基础分支
- 配置草稿PR时不进行审查的选项
- 设置聊天自动回复功能
This commit is contained in:
GeWuYou 2026-04-14 20:56:11 +08:00
parent 48e57c8547
commit 618f07369e

View File

@ -16,6 +16,8 @@ reviews:
auto_review:
enabled: true
drafts: false # draft PR 不 review
base_branches:
- refactor/cqrs-architecture-decoupling
chat:
auto_reply: true