Skip to content

Commit ad0cf70

Browse files
committed
check
1 parent 45a6533 commit ad0cf70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-new-windows-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: ./pre-commit
2929
shell: bash
3030

31+
# See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#pushing-to-a-fork-with-fine-grained-permissions
3132
- if: ${{ steps.diff.outcome == 'failure' }} # changed
3233
uses: peter-evans/create-pull-request@v8
3334
id: pr
@@ -42,6 +43,7 @@ jobs:
4243
branch: windows
4344
delete-branch: true
4445
branch-token: ${{ secrets.PUSH_TO_RUBY_BUILDER_FORK_TOKEN }}
46+
maintainer-can-modify: false
4547

4648
- if: ${{ steps.diff.outcome == 'failure' }} # changed
4749
name: PR URL

0 commit comments

Comments
 (0)