diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9496da2..a764905 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v7 - name: Auto-label PR - uses: actions/labeler@v6 + uses: actions/labeler@v7 continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }}