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}} 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