From 621bba9b09914b48436504be5e782a386f0f4988 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sun, 5 Apr 2026 23:26:37 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E9=85=8D=E7=BD=AE=20GitHub=20Chec?= =?UTF-8?q?ks=20=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 启用 GitHub Checks 功能 - 设置超时时间为 90000 毫秒 - 添加 reviews 配置项 - 配置 github-checks 工具选项 --- .coderabbit.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..6e2d318b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,5 @@ +reviews: + tools: + github-checks: + enabled: true + timeout_ms: 90000 \ No newline at end of file