Merged
Conversation
f279ee3 to
01b0aff
Compare
sounmind
approved these changes
Apr 7, 2026
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.
요약
coffee-test역할의 스케줄을weekly에서manual로 변경하여 자동 매칭을 중단합니다. 테스트가 충분히 되었습니다.변경 내용
스케줄 로직 변경 (
schedule.ts)history.json의 마지막 매칭일로부터 경과일 계산weekly: 7일 이상 경과 시 실행biweekly: 14일 이상 경과 시 실행monthly: 28일 이상 경과 시 실행manual: 자동 실행하지 않음 (수동 트리거만 가능)getISOWeekNumber,isFirstMondayOfMonth함수 삭제실행 흐름 변경 (
index.ts)coffee-test자동 매칭 중단 (roles.json)coffee-test역할의 schedule을manual로 변경하여 cron 실행 시 건너뜁니다workflow_dispatch로 수동 트리거 시에는 기존대로 실행 가능합니다배경
coffee-test가weekly로 설정되어 biweekly 역할의 쉬는 주에도 같은 채널에 매칭 알림이 가는 문제가 있었습니다테스트
bun test전체 통과 (59 tests)bun run typecheck통과bun run lint통과