From 86f81565a3fb0dd0e60a31c4d0b90d9265c7b6a5 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Fri, 31 May 2024 00:14:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20labeler=20=EC=95=A1=EC=85=98=20configura?= =?UTF-8?q?tion-path=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index cbf64b10..c39525cb 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5.0.0 + - uses: actions/labeler@v5 with: repo-token: ${{secrets.GITHUB_TOKEN}} + configuration-path: ".github/labeler.yml" \ No newline at end of file