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 diff --git a/.github/workflows/pr-labler.yaml b/.github/workflows/pr-labeler.yaml similarity index 63% rename from .github/workflows/pr-labler.yaml rename to .github/workflows/pr-labeler.yaml index 0a67f04..228320c 100644 --- a/.github/workflows/pr-labler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -9,7 +9,11 @@ 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 }}" - configuration-path: "./.github/pr-labeler-config.yaml" + configuration-path: ".github/pr-labeler-config.yaml"