mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
chore(config): 增加 GitHub 检查超时时间
- 将 github-checks 的 timeout_ms 从 90000 增加到 900000
This commit is contained in:
parent
e6b3cad2a7
commit
b3066f3a8d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user