mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-13 06:04:30 +08:00
config(ci): 配置Coderabbit以支持重构分支的自动审查
- 启用auto_review功能以进行代码审查 - 添加refactor/cqrs-architecture-decoupling作为基础分支 - 配置草稿PR时不进行审查的选项 - 设置聊天自动回复功能
This commit is contained in:
parent
48e57c8547
commit
618f07369e
@ -16,6 +16,8 @@ reviews:
|
|||||||
auto_review:
|
auto_review:
|
||||||
enabled: true
|
enabled: true
|
||||||
drafts: false # draft PR 不 review
|
drafts: false # draft PR 不 review
|
||||||
|
base_branches:
|
||||||
|
- refactor/cqrs-architecture-decoupling
|
||||||
|
|
||||||
chat:
|
chat:
|
||||||
auto_reply: true
|
auto_reply: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user