-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.pr_agent.toml
More file actions
36 lines (30 loc) · 1.2 KB
/
.pr_agent.toml
File metadata and controls
36 lines (30 loc) · 1.2 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
[pr_description]
# 1. 마커 모드 끄기 (이제 봇이 알아서 전체 구조를 잡습니다)
use_description_markers = false
publish_labels = true # (선택) 라벨도 붙여주면 좋음
# 2. 제목 자동 생성 켜기
generate_title = true
# 3. 모든 기능 풀가동 (이제 마커 눈치 안 보고 다 나옵니다)
generate_class_diagram = true # 다이어그램 생성
enable_semantic_files_type = true # 파일 목록 표 생성
enable_pr_type = true # PR 타입(Enhancement 등) 표시
# 4. 거슬리는 로봇 배너/잡담만 끄기
include_generated_by_header = false # "Generated by..." 배너 삭제
enable_help_text = true # 하단 도움말 삭제
enable_help_comment = true # 댓글 도움말 삭제
# 5. 언어 및 스타일 설정
language = "ko"
extra_instructions = """
- 답변은 한국어로 작성해주세요.
- 프론트엔드 개발자 톤앤매너를 유지해주세요.
- 요약은 간결하게 작성해주세요.
"""
# 6. 구현 상세 내용 켜기
[pr_description.walkthrough]
enable = true
[github_app]
pr_commands = ["/describe"]
handle_pr_actions = ["opened", "reopened"]
[pr_reviewer]
enable_review_labels = false
enable_auto_approval = false