Skip to content

Commit

Permalink
Update : PR 생성 자동화 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unchaptered committed Jan 31, 2024
1 parent 369d40e commit dcc8e09
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions .github/workflows/auto-pr-merge-alarm.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
git fetch origin ${baseBranch}:${baseBranch}
git log ${baseBranch}..${headBranch}
python ./scripts/auto-pr.py ${baseBranch} ${headBranch}
python ./.github/scripts/auto-pr.py ${baseBranch} ${headBranch}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 2024-01

[![PR 생성 자동화](https://github.com/monthly-cs/2024-01-network/actions/workflows/auto-pr.yml/badge.svg)](https://github.com/monthly-cs/2024-01-network/actions/workflows/auto-pr.yml)
[![PR 병합 알람](https://github.com/monthly-cs/2024-01-network/actions/workflows/auto-pr-merge-alarm.yml/badge.svg)](https://github.com/monthly-cs/2024-01-network/actions/workflows/auto-pr-merge-alarm.yml)

월간 CS는 **매일 책을 읽는 팀**입니다.

Expand Down

0 comments on commit dcc8e09

Please sign in to comment.