diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 597bd33824..fac68b1e81 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -27,7 +27,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 }}"