mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-06 16:16:44 +08:00
chore(config): 更新 CodeRabbit 配置以优化代码审查设置
- 添加 YAML 语言服务器 schema 指定 - 设置语言为简体中文 - 配置审查参数包括高阶总结、状态展示及详细问题显示 - 开启请求修改工作流 - 配置工具与 GitHub 检查功能 - 设置超时时间为 90 秒 - 启用自动审查并排除草稿 PR - 开启聊天自动回复功能
This commit is contained in:
parent
ca82b2701c
commit
0564428d69
@ -1,5 +1,21 @@
|
||||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
||||
language: "zh-CN"
|
||||
early_access: false
|
||||
|
||||
reviews:
|
||||
profile: "balanced" # 比 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
|
||||
timeout_ms: 90000
|
||||
auto_review:
|
||||
enabled: true
|
||||
drafts: false # draft PR 不 review
|
||||
|
||||
chat:
|
||||
auto_reply: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user