diff --git a/.github/workflows/bad-pr.yml b/.github/workflows/bad-pr.yml index 0a7d966569a5..80cd7536f387 100644 --- a/.github/workflows/bad-pr.yml +++ b/.github/workflows/bad-pr.yml @@ -11,7 +11,7 @@ jobs: close-pr: permissions: pull-requests: write - runs-on: ubuntu-slim + runs-on: ubuntu-latest if: "contains(github.event.pull_request.body, 'by deleting this comment block') || github.event.pull_request.body == ''" steps: - uses: actions-ecosystem/action-add-labels@v1