Skip to content

Feat: 리마인드 자동화 워크플로우 구현 - #26

Merged
ahyohyo merged 3 commits into
testfrom
auto/pr-reminder-hyojeong
Jun 1, 2026
Merged

Feat: 리마인드 자동화 워크플로우 구현#26
ahyohyo merged 3 commits into
testfrom
auto/pr-reminder-hyojeong

Conversation

@ahyohyo

@ahyohyo ahyohyo commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

👀 Summary

안녕하세요 test 브랜치에서 머지 전에 리마인드 자동화 테스트를 해보겠습니다-


🤖 AI PR 분석 결과

아래 내용은 변경 diff를 기준으로 자동 생성되었습니다.

📝 Summary

  • GitHub PR 리마인드 자동화 워크플로우가 추가되었습니다.
  • 리뷰되지 않은 PR과 승인되었지만 머지되지 않은 PR에 대해 Discord 알림을 보냅니다.

⚒️ 상세 변경 사항

  • remind-unreviewed-prs.yml 워크플로우가 추가되었습니다. 이 워크플로우는 생성된 지 24시간 이상 지났지만 아직 리뷰가 없는 PR에 대해 모든 팀원(작성자 제외)에게 Discord로 알림을 보냅니다.
  • remind-approved-unmerged.yml 워크플로우가 추가되었습니다. 이 워크플로우는 승인된 지 24시간 이상 지났고 변경 요청이 없지만 아직 머지되지 않은 PR에 대해 작성자에게 Discord로 알림을 보냅니다.
  • 두 워크플로우 모두 매일 오전 11시(KST)에 실행되며, 수동으로도 트리거할 수 있습니다.
  • Discord 알림 전송을 위해 DISCORD_WEBHOOK_URLDISCORD_USER_MAP GitHub Secret을 사용합니다.

🔍 리뷰어 주의사항

  • 각 워크플로우의 PR 필터링 로직(24시간 기준, 드래프트 PR 제외, 리뷰 상태 확인 등)이 의도대로 동작하는지 확인이 필요합니다.
  • Discord 알림 메시지의 내용과 멘션 대상이 적절한지 검토가 필요합니다.
  • DISCORD_WEBHOOK_URLDISCORD_USER_MAP Secret이 올바르게 설정되어야 합니다.

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

CI 검증 결과

✅ 모든 검증을 통과했습니다

  • Lint: 성공 ✅
  • Test: 성공 ✅
  • Build: 성공 ✅

상세 로그 확인

@ahyohyo
ahyohyo requested a review from jjangminii June 1, 2026 13:04
@ahyohyo
ahyohyo merged commit 0b39de9 into test Jun 1, 2026
5 of 6 checks passed
ahyohyo added a commit that referenced this pull request Jun 1, 2026
ahyohyo added a commit that referenced this pull request Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants