[BOM-1182] refactor: 리뷰어 배정을 2025-bom-bom 이벤트 방식으로 이관#46
Open
Ryan-Dia wants to merge 1 commit into
Hidden character warning
The head ref may contain hidden characters: "BOM-1182-\uae30\ud55c\uccb4\ud06c-\uc804\uc6a9-\uc815\ub9ac"
Open
Conversation
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.
📌 What
리뷰어 자동 배정을 폴링(PAT 필요) 방식에서 2025-bom-bom 레포 내 이벤트 방식(PAT 불필요)으로 이관하고, 이 레포는 기한 초과 알림 전용으로 정리합니다.
❓ Why
폴링 방식은 2025-bom-bom에 리뷰어를 지정하기 위해 쓰기 권한 PAT(
BOMBOM_REPO_TOKEN)가 필요한데, org PAT 정책으로 403이 발생해 배정이 실패했습니다(run 28753380091 등). 배정 워크플로우를 2025-bom-bom 안에 두면 자동 발급GITHUB_TOKEN으로 동작해 토큰이 필요 없고, 배정도 폴링 대기 없이 PR 열림 즉시 이뤄집니다. (배정 워크플로우: woowacourse-teams/2025-bom-bom#799)🔧 How
reviewer-rotation.yml(폴링),assign-reviewer.js,sync-completed.js+ 관련 테스트review-deadline-check.yml— 매시간 기한 초과 배정 Discord 알림 (Supabase + Discord만 사용, GitHub API 접근 없음)👀 Review Point (Optional)
BOMBOM_REPO_TOKENsecret은 더 이상 사용하지 않으므로 main 반영 후 삭제해도 됩니다