Use another PR close action

This commit is contained in:
Scott Lahteine 2021-05-28 19:47:06 -05:00
parent 55a6315862
commit cdc3e18d99

View File

@ -20,10 +20,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: peter-evans/close-pull@v1 - uses: superbrothers/close-pull-request@v3
with: with:
token: ${{ github.token }}
delete-branch: false
comment: > 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. 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.