diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7abfe1c..2c6fe91 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label all PRs - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GH_PAT || github.token }}" - name: Label approved PRs