ci: align review and wiki flow with official plugins#22
cnbcool/ai-review:latest
model: glm-5
pr_comment: true
dev
tag_push
Ref #12 Ref #14
CNB
新增配置中 model 设为 glm-5,但 image 变更为 cnbcool/ai-review:latest,type 设为 code-review,官方文档未体现该镜像支持 glm-5 模型,存在配置不匹配导致的运行错误风险。
model
glm-5
image
type
code-review
新增的发布门禁规则要求标签创建、发布等步骤必须显式用户确认,且开发验证标签仅能在用户明确要求触发CodeWiki时创建,但该规则未明确用户确认的具体实现方式、触发条件以及相关流程配置,会导致后续落地时缺乏可执行的依据,逻辑上存在不完整的问题。
新增的 ai-review 步骤使用 cnbcool/ai-review:latest 镜像,并配置 type: code-review、pr_comment: true 等参数,在 PR 场景下引入自动代码评审功能,但该配置未指定触发条件,会对所有 PR 触发评审,可能导致不必要的资源消耗和评论冗余。
ai-review
type: code-review
Summary
cnbcool/ai-review:latestplugin shape.model: glm-5and PR comments enabled viapr_comment: true.devpush CI because the plugin container stays running there; keep officialtag_pushCodeWiki generation.Validation
Ref #12
Ref #14