Skip to content

Commit cdc3e18

Browse files
committed
Use another PR close action
1 parent 55a6315 commit cdc3e18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: peter-evans/close-pull@v1
23+
- uses: superbrothers/close-pull-request@v3
2424
with:
25-
token: ${{ github.token }}
26-
delete-branch: false
2725
comment: >
2826
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.
2927

0 commit comments

Comments
 (0)