diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..bbe5905 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: 질문 양식 +about: 질문 내용 +title: '[X장] XXp 질문' +labels: 'documentation' +--- + +- 도서 : IT 엔지니어를 위한 네트워크 입문 +- 챕터 : 1장 +- 페이지 : 1 + +- 내용 + +여기에 내용을 적어주세요. diff --git a/scripts/auto-pr.py b/.github/scripts/auto-pr.py similarity index 100% rename from scripts/auto-pr.py rename to .github/scripts/auto-pr.py diff --git a/.github/workflows/auto-pr-merge-alarm.yml b/.github/workflows/auto-pr-merge-alarm.yml deleted file mode 100644 index 6c1fe4b..0000000 --- a/.github/workflows/auto-pr-merge-alarm.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: PR 병합 알람 - -on: - pull_request: - types: ["closed"] - -jobs: - create-pr: - runs-on: ubuntu-20.04 - - steps: - - name: Check out the code - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Auto Alarm - env: - GH_TOKEN: ${{ github.token }} - - run: | - echo "hello" - - mail -s "GitHub Action 성공" workstation19961002@gmail.com diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 1dd0cf5..39a1f1c 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -25,4 +25,4 @@ jobs: git fetch origin ${baseBranch}:${baseBranch} git log ${baseBranch}..${headBranch} - python ./scripts/auto-pr.py ${baseBranch} ${headBranch} \ No newline at end of file + python ./.github/scripts/auto-pr.py ${baseBranch} ${headBranch} \ No newline at end of file diff --git a/README.md b/README.md index ce436a5..ab43d2e 100644 --- a/README.md +++ b/README.md @@ -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는 **매일 책을 읽는 팀**입니다.