chore(config): 增加 GitHub 检查超时时间

- 将 github-checks 的 timeout_ms 从 90000 增加到 900000
This commit is contained in:
GeWuYou 2026-04-13 23:16:14 +08:00 committed by gewuyou
parent e6b3cad2a7
commit b3066f3a8d

View File

@ -12,7 +12,7 @@ reviews:
tools: tools:
github-checks: github-checks:
enabled: true enabled: true
timeout_ms: 90000 timeout_ms: 900000
auto_review: auto_review:
enabled: true enabled: true
drafts: false # draft PR 不 review drafts: false # draft PR 不 review