Skip to content

Commit be7cdb9

Browse files
committed
CI: coderabbit review config
1 parent f757d2d commit be7cdb9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.coderabbit.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# .coderabbit.yaml for a Next.js project
2+
3+
# -----------------
4+
# 核心设置
5+
# -----------------
6+
7+
# 设置 CodeRabbit 回复的语言 (e.g., "en", "zh-CN")
18
language: "zh-CN"
29

310
# .coderabbit.yaml for Open Source Bazaar 项目
@@ -20,7 +27,7 @@ exclude:
2027

2128
# public 目录通常存放静态资源(图片、字体等),一般不需要代码审查。
2229
- "public/**"
23-
30+
2431
# next export 的输出目录
2532
- "out/**"
2633

@@ -91,4 +98,4 @@ extra_instructions: |
9198
line_limit: 1000
9299

93100
# PR 变更总结的类型
94-
summarize: "default"
101+
summarize: "default"

0 commit comments

Comments
 (0)