GFramework/.coderabbit.yaml
GeWuYou b3066f3a8d chore(config): 增加 GitHub 检查超时时间
- 将 github-checks 的 timeout_ms 从 90000 增加到 900000
2026-04-13 23:16:40 +08:00

22 lines
580 B
YAML

# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "zh-CN"
early_access: false
reviews:
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: 900000
auto_review:
enabled: true
drafts: false # draft PR 不 review
chat:
auto_reply: true