From cdc3e18d994f120219ec8683246a81ac31cca75b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 28 May 2021 19:47:06 -0500 Subject: [PATCH] Use another PR close action --- .github/workflows/check-pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index f73ffc5fbe..b30513f7cc 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -20,10 +20,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: peter-evans/close-pull@v1 + - uses: superbrothers/close-pull-request@v3 with: - token: ${{ github.token }} - delete-branch: false comment: > Thanks for your contribution! Unfortunately we can't accept PRs directed at release branches. We make patches to the bugfix branches and only later do we push them out as releases.