Add token to check-pr

This commit is contained in:
Scott Lahteine 2021-05-04 19:20:18 -05:00
parent 53fc13ba7f
commit 7957408497

View File

@ -22,6 +22,7 @@ jobs:
steps: steps:
- uses: peter-evans/close-pull@v1 - uses: peter-evans/close-pull@v1
with: with:
token: ${{ github.token }}
delete-branch: false 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.