From 89f7a19691e75695421d704b086357818edc02c0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 17 Apr 2021 21:22:23 -0500 Subject: [PATCH] Fix check-pr action --- .github/workflows/check-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 31863d90de..aa4a2c59c9 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -22,7 +22,6 @@ jobs: steps: - uses: peter-evans/close-pull@v1 with: - github-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.