forked from team-kareer/kareer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoderabbit.yaml
More file actions
52 lines (40 loc) · 1.11 KB
/
coderabbit.yaml
File metadata and controls
52 lines (40 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# CodeRabbit 설정 파일
# 문서: https://docs.coderabbit.ai/guides/configure-coderabbit
# 리뷰 언어 설정
language: ko
# 최신 기능 사용
early_access: true
# 리뷰 설정
reviews:
# 리뷰 스타일: chill (간단), assertive (상세)
profile: assertive
# PR에 대한 고수준 요약 생성
high_level_summary: false
# 시 작성 비활성화
poem: false
# 리뷰 상태 체크
review_status: true
# 워크스루 자동 접기
collapse_walkthrough: true
# 자동 리뷰 설정
auto_review:
enabled: true
drafts: true # Draft PR도 리뷰함
base_branches:
- develop
# 변경 요청 워크플로우
request_changes_workflow: false
# 리뷰 파일 필터
path_filters:
- "!*.md" # 문서 파일 제외
- "!.github/**" # GitHub 설정 제외
- "!gradle/**" # Gradle 래퍼 제외
- "!build/**" # 빌드 결과물 제외
- "!.idea/**" # IntelliJ 설정 제외
- "!*.iml" # IntelliJ 모듈 파일 제외
# 채팅 기능
chat:
auto_reply: false
issue_enrichment:
auto_enrich:
enabled: false