[Feat] PR 요약 테스트 - #22
Merged
Merged
Conversation
CI 검증 결과✅ 모든 검증을 통과했습니다
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👀 Summary
🚨 해결하고 싶은 문제
💻 구현 방식
🐾 테스트
🤬 어려웠던 점
📚 참고 자료
🤖 AI PR 분석 결과
아래 내용은 변경 diff를 기준으로 자동 생성되었습니다.
📝 Summary
⚒️ 상세 변경 사항
.github/scripts/generate-pr-description.sh스크립트를 추가하여 Gemini API를 통해 PR 제목과 본문 초안을 생성하도록 구현했습니다..github/workflows/ai-pr-description.yml워크플로우를 추가하여 PR이 열리거나 동기화될 때 AI 요약 블록을 PR 본문에 자동으로 업데이트하도록 설정했습니다..github/workflows/create-pr.yml워크플로우를 추가하여main또는test브랜치를 제외한 브랜치에 푸시될 경우, AI가 생성한 제목과 본문으로 PR을 자동으로 생성하도록 구현했습니다.🔍 리뷰어 주의사항
PR_GEMINI_API_KEY시크릿이 올바르게 설정되어 있는지 확인이 필요합니다.