diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 7c0b9679..f31203ea 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Pull request size and stability labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 continue-on-error: true with: repo-token: "${{ secrets.GITHUB_TOKEN }}"