From dffd09833e78a0c4113dace220eb3c845e396116 Mon Sep 17 00:00:00 2001 From: junhokim Date: Tue, 18 Feb 2025 07:48:24 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20PR=20=ED=85=9C=ED=94=8C=EB=A6=BF=20and?= =?UTF-8?q?=20PR=20Discord=20=EC=95=8C=EB=A6=BC=20=EC=97=B0=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ .github/workflows/PR.yml | 14 ++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/workflows/PR.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b85803e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +## πŸ” PR νƒ€μž… 선택 + +μ•„λž˜ νƒ€μž… 쀑 ν•΄λ‹Ήν•˜λŠ” ν•˜λ‚˜λ₯Ό 선택해 μ£Όμ„Έμš”. λ°˜λ“œμ‹œ ν•˜λ‚˜λ§Œ 선택해 μ£Όμ„Έμš”. + +- [ ] `feat`: μƒˆλ‘œμš΄ κΈ°λŠ₯ μΆ”κ°€ +- [ ] `fix`: 버그 μˆ˜μ • +- [ ] `docs`: λ¬Έμ„œ μˆ˜μ • +- [ ] `style`: μ½”λ“œ ν¬λ§·νŒ…, μ„Έλ―Έμ½œλ‘  λˆ„λ½, μ½”λ“œ 변경이 μ—†λŠ” 경우 +- [ ] `refactor`: μ½”λ“œ λ¦¬νŒ©ν† λ§ +- [ ] `test`: ν…ŒμŠ€νŠΈ μ½”λ“œ μΆ”κ°€ λ˜λŠ” μˆ˜μ • +- [ ] `chore`: λΉŒλ“œ 업무 μˆ˜μ •, νŒ¨ν‚€μ§€ λ§€λ‹ˆμ € μˆ˜μ • λ“± 기타 μž‘μ—… + + +## πŸ“ λ³€κ²½ 사항 μš”μ•½ + +λ³€κ²½ 사항을 κ°„λ‹¨νžˆ μš”μ•½ν•΄ μ£Όμ„Έμš”. + +- 예: μ‚¬μš©μž ν”„λ‘œν•„ νŽ˜μ΄μ§€ μΆ”κ°€ +- 예: 둜그인 버그 μˆ˜μ • + + +## πŸ›  κ΄€λ ¨ 이슈 + +Resolves: #123 +Ref: #456 +Related to: #48, #45 +close: #번호 + +### **μΆ”κ°€ μ„€λͺ… (선택 사항)** + +λ³€κ²½ 사항에 λŒ€ν•œ μΆ”κ°€ μ„€λͺ…을 μž‘μ„±ν•΄ μ£Όμ„Έμš”. diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml new file mode 100644 index 0000000..b606d50 --- /dev/null +++ b/.github/workflows/PR.yml @@ -0,0 +1,14 @@ +name: PR to Discord + +on: + pull_request: + branches: [ "develop" ] + types: [opened, reopened] + +jobs: + PR: + runs-on: ubuntu-latest + steps: + - uses: Team-Retrip/PR-to-Discord@main + with: + discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}