diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c0e360d4..daff65c3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Add PR labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 continue-on-error: true with: repo-token: "${{ secrets.GITHUB_TOKEN }}"