Browse Source

Use another PR close action

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
cdc3e18d99
  1. 4
      .github/workflows/check-pr.yml

4
.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.

Loading…
Cancel
Save