diff --git a/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE b/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE deleted file mode 100644 index 793cf60e..00000000 --- a/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: "FE Issue template" -about: "Custom frontend issue template" -title: "[FE] Issue - " -labels: FE Issue -assignees: '' ---- - -## Issue Description - - -## Tasks -- [ ] Task1 diff --git a/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE.md b/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE.md index fff9c1fa..db0dae68 100644 --- a/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/FE-ISSUE-TEMPLATE.md @@ -7,11 +7,9 @@ assignees: '' --- ## Issue Description - -
## Tasks - - [ ] Task1 diff --git a/.github/workflows/discord-pull-request-comment.yml b/.github/workflows/discord-pull-request-comment.yml index 094be8b9..ad44092a 100644 --- a/.github/workflows/discord-pull-request-comment.yml +++ b/.github/workflows/discord-pull-request-comment.yml @@ -25,8 +25,8 @@ jobs: REVIEWER='${{ github.event.review.user.login }}' WEBHOOK_URL=${{ secrets.DISCORD_WEBHOOK_URL }} - REVIEWER_DISCORD_ID='${{ env[github.event.review.user.id] }}' - AUTHOR_DISCORD_ID='${{ env[github.event.pull_request.user.id] }}' + REVIEWER_DISCORD_ID='${{ env[github.event.review.user.login] }}' + AUTHOR_DISCORD_ID='${{ env[github.event.pull_request.user.login] }}' if [ "${{ github.event.review.state }}" = 'approved' ]; then COMMENT="PR Approved 되었습니다🚀"