diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index e9de86b..f5ad284 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -8,7 +8,7 @@ jobs: name: auto label runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 continue-on-error: true with: repo-token: ${{ secrets.AUTO_MERGE_TOKEN }}