File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name: Check Daily Commits
22
33on :
44 schedule :
5- # 매일 00:00 (UTC 기준, 한국시간 오전 9시)
6- # 한국시간 00:00으로 하려면: cron: '0 15 * * *' (UTC 15시 = 한국시간 00:00)
7- - cron : " 0 15 * * *"
5+ # 매일 04:00 (UTC 기준, 한국시간 13:00, 오후 1시)
6+ - cron : " 0 4 * * *"
87 workflow_dispatch : # 수동 실행도 가능하도록
98
109permissions :
Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ algorithm/
4949- ` [SWEA] 1234 문제이름 (D3) `
5050- ` [LEET] 1234 문제이름 (Medium) `
5151
52+ ## 자동 커밋 체크 & 벌금 시스템 (GitHub Actions)
53+
54+ - GitHub Actions 워크플로우 ` Check Daily Commits ` 가 ** 매일 12:00 (KST)** 에 실행됩니다.
55+ - 전날(평일 기준) 각 ** 참여자의 커밋 여부** 를 확인합니다.
56+ - 커밋이 없으면 자동으로 Issue를 생성합니다.
57+ - ` README.md ` 의 ** 회식비 누적 금액** 에 ** 5,000원** 이 자동으로 추가됩니다.
58+ - 참여자 전체(기존 인원 + 새로 합류한 ** 이용훈, 최어진** )가 모두 자동 체크 대상입니다.
59+
5260## 참여자
5361
5462| 이름 | GitHub |
You can’t perform that action at this time.
0 commit comments