From 7957408497cc6e9e3c9be9058a7843732b91b582 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 4 May 2021 19:20:18 -0500 Subject: [PATCH] Add token to check-pr --- .github/workflows/check-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index aa4a2c59c9..f73ffc5fbe 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: peter-evans/close-pull@v1 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.