Feat: 리마인드 자동화 워크플로우 구현 - #26
Merged
Merged
Conversation
[Feat] 리뷰어 자동 할당 구현
[Feat] 자동 PR 작성 및 요약 생성
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
안녕하세요
test브랜치에서 머지 전에 리마인드 자동화 테스트를 해보겠습니다-🤖 AI PR 분석 결과
아래 내용은 변경 diff를 기준으로 자동 생성되었습니다.
📝 Summary
⚒️ 상세 변경 사항
remind-unreviewed-prs.yml워크플로우가 추가되었습니다. 이 워크플로우는 생성된 지 24시간 이상 지났지만 아직 리뷰가 없는 PR에 대해 모든 팀원(작성자 제외)에게 Discord로 알림을 보냅니다.remind-approved-unmerged.yml워크플로우가 추가되었습니다. 이 워크플로우는 승인된 지 24시간 이상 지났고 변경 요청이 없지만 아직 머지되지 않은 PR에 대해 작성자에게 Discord로 알림을 보냅니다.DISCORD_WEBHOOK_URL및DISCORD_USER_MAPGitHub Secret을 사용합니다.🔍 리뷰어 주의사항
DISCORD_WEBHOOK_URL및DISCORD_USER_MAPSecret이 올바르게 설정되어야 합니다.