From acd125df405f8a9f9b1b5793420ec5657eb1bb06 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Thu, 30 May 2024 23:49:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EB=9D=BC=EB=B2=A8=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84=ED=95=9C=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/test.md | 1 + src/main/kotlin/com/label/LabelTest.java | 0 src/main/kotlin/com/label/config/ConfigLabelTest.java | 0 3 files changed, 1 insertion(+) create mode 100644 docs/test.md create mode 100644 src/main/kotlin/com/label/LabelTest.java create mode 100644 src/main/kotlin/com/label/config/ConfigLabelTest.java diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 00000000..21e60f83 --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +# Test \ No newline at end of file diff --git a/src/main/kotlin/com/label/LabelTest.java b/src/main/kotlin/com/label/LabelTest.java new file mode 100644 index 00000000..e69de29b diff --git a/src/main/kotlin/com/label/config/ConfigLabelTest.java b/src/main/kotlin/com/label/config/ConfigLabelTest.java new file mode 100644 index 00000000..e69de29b From 2de6457179183333b84f13cf8f4f6fadbd7985c5 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Fri, 31 May 2024 00:36:33 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20labeler=20=EC=95=A1=EC=85=98?= =?UTF-8?q?=EC=97=90=20checkout=20=EC=8A=A4=ED=85=9D=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6f817f7e..cef3b7e8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,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}}