You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/check-pr.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,8 @@ jobs:
20
20
runs-on: ubuntu-latest
21
21
22
22
steps:
23
-
- uses: peter-evans/close-pull@v1
23
+
- uses: superbrothers/close-pull-request@v3
24
24
with:
25
-
token: ${{ github.token }}
26
-
delete-branch: false
27
25
comment: >
28
26
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.
0 commit comments