Skip to content

Commit d991773

Browse files
committed
chore: 자바코드만 리뷰 하게 수정
1 parent e3bc7c1 commit d991773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/code_review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def call_claude_api(changes, related_files):
7979
"- 주요 이슈 (있는 경우에만):\n"
8080
" 1. [문제 설명]\n"
8181
" - 제안: [개선 방안 설명]\n"
82-
" ```typescript\n"
82+
" ```java\n"
8383
" // 수정된 코드 예시\n"
8484
" ```\n"
8585
" 2. ...\n"

0 commit comments

Comments
 (0)