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