From cb9fbfcf19bb7b7e15bbfc617077d9321b484590 Mon Sep 17 00:00:00 2001 From: JinHo Jeong Date: Tue, 19 Sep 2023 23:46:34 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20#1=20:=20=EC=9D=B4=EC=8A=88=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EC=95=8C=EB=A6=BC=20=EB=94=94=EC=9E=90?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/opend-issue-notification.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/opend-issue-notification.yml b/.github/workflows/opend-issue-notification.yml index 3713f6b1..f7ab4f1e 100644 --- a/.github/workflows/opend-issue-notification.yml +++ b/.github/workflows/opend-issue-notification.yml @@ -12,7 +12,7 @@ jobs: - name: Send Issue uses: Ilshidur/action-discord@0.3.2 with: - args: "🥳왔어요 왔어~ 새로운 이슈가 왔어요~🥳" + args: "왔어요 왔어~ 새로운 이슈가 왔어요~🥳" env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} DISCORD_USERNAME: WAPP_BOT @@ -33,16 +33,6 @@ jobs: "name": "Author", "value": "${{ github.event.issue.user.login }}", "inline": true - }, - { - "name": "PR Number", - "value": "#${{ github.event.pull_request.number }}", - "inline": true - }, - { - "name": "Author", - "value": "${{ github.event.pull_request.user.login }}", - "inline": true } ] }