From 397fc0fb664030d64079c37b535beb76e31f8d7a Mon Sep 17 00:00:00 2001 From: Song_Minhyung Date: Tue, 14 Nov 2023 15:47:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ref=EB=A5=BC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EC=95=84=EC=84=9C=20=EA=B7=B8=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/close-issue-automatically.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-issue-automatically.yml b/.github/workflows/close-issue-automatically.yml index 9a271291..606a3636 100644 --- a/.github/workflows/close-issue-automatically.yml +++ b/.github/workflows/close-issue-automatically.yml @@ -15,7 +15,7 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} script: | // 현재 pr 날린 브랜치 이름 - const branch_name = context.payload.pull_request.head; + const branch_name = context.payload.pull_request.head.ref; // 브랜치 이름에 포함된 이슈 번호 const issue_num = branch_name.match(/#(\d+)/)[1];