chore(ci): 配置 GitHub Checks 工具

- 启用 GitHub Checks 功能
- 设置超时时间为 90000 毫秒
- 添加 reviews 配置项
- 配置 github-checks 工具选项
This commit is contained in:
GeWuYou 2026-04-05 23:26:37 +08:00
parent dcb9aa229a
commit 621bba9b09

5
.coderabbit.yaml Normal file
View File

@ -0,0 +1,5 @@
reviews:
tools:
github-checks:
enabled: true
timeout_ms: 90000