From ed6c13f151c51e79e0b644be804a63eeed336ff3 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:49:32 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E8=B0=83=E6=95=B4=20CodeRabbi?= =?UTF-8?q?t=20=E9=85=8D=E7=BD=AE=E4=BB=A5=E7=AE=80=E5=8C=96=E5=AE=A1?= =?UTF-8?q?=E6=9F=A5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将审查配置文件从 balanced 更改为 chill 以降低严格度 - 移除 github-checks 工具配置 - 保持自动审查功能启用状态 - 维持现有的请求更改工作流程和摘要设置 --- .coderabbit.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 87fff182..9de0999f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -3,16 +3,12 @@ language: "zh-CN" early_access: false reviews: - profile: "balanced" # 比 chill 稍微严格一点,更适合代码质量 + profile: "chill" request_changes_workflow: true # 有问题时可以直接 request changes high_level_summary: true # PR 总体总结 review_status: true # review 结果状态 review_details: true # 展示具体问题 poem: false # 关闭诗歌(基本没人用) - tools: - github-checks: - enabled: true - timeout_ms: 90000 auto_review: enabled: true drafts: false # draft PR 不 review