From caffc2b3f56a79ee680fa068c8e9b9c4ed4e925b Mon Sep 17 00:00:00 2001 From: WooWan Date: Sun, 28 Jul 2024 15:04:33 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20pr-labeler=20checkout=20step=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-labler.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-labler.yaml b/.github/workflows/pr-labler.yaml index 0a67f04..4232887 100644 --- a/.github/workflows/pr-labler.yaml +++ b/.github/workflows/pr-labler.yaml @@ -9,6 +9,10 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + sparse-checkout: | + .github - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From 101db4c707e0da9d1c98090bb10217e375b5c2d1 Mon Sep 17 00:00:00 2001 From: WooWan Date: Sun, 28 Jul 2024 15:05:01 +0900 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20labeler=20config=20path=20=EC=A0=88?= =?UTF-8?q?=EB=8C=80=20=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-labler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labler.yaml b/.github/workflows/pr-labler.yaml index 4232887..228320c 100644 --- a/.github/workflows/pr-labler.yaml +++ b/.github/workflows/pr-labler.yaml @@ -16,4 +16,4 @@ jobs: - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: "./.github/pr-labeler-config.yaml" + configuration-path: ".github/pr-labeler-config.yaml" From d8fad78e5f67ba0c7f8b4907b564775a7f7032cd Mon Sep 17 00:00:00 2001 From: WooWan Date: Sun, 28 Jul 2024 15:05:14 +0900 Subject: [PATCH 3/4] =?UTF-8?q?chore:=20config=20path=20=EC=A0=88=EB=8C=80?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{pr-labler-config.yaml => pr-labeler-config.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pr-labler-config.yaml => pr-labeler-config.yaml} (100%) diff --git a/.github/pr-labler-config.yaml b/.github/pr-labeler-config.yaml similarity index 100% rename from .github/pr-labler-config.yaml rename to .github/pr-labeler-config.yaml From 8443c646117be4f07de0c2e5b85cff6a4c20bc00 Mon Sep 17 00:00:00 2001 From: WooWan Date: Sun, 28 Jul 2024 15:05:37 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20labeler=EB=A1=9C=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EB=AA=85=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{pr-labler.yaml => pr-labeler.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{pr-labler.yaml => pr-labeler.yaml} (100%) diff --git a/.github/workflows/pr-labler.yaml b/.github/workflows/pr-labeler.yaml similarity index 100% rename from .github/workflows/pr-labler.yaml rename to .github/workflows/pr-labeler.yaml