Skip to content

Commit 863c8a2

Browse files
committed
새로운 사람들 추가!
1 parent 25fa2e3 commit 863c8a2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/check-commits.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Check Daily Commits
22

33
on:
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

109
permissions:

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)