Skip to content

Commit eddf60c

Browse files
committed
fixes
1 parent 6ae2ed4 commit eddf60c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ jobs:
2929
uses: peter-evans/create-pull-request@v8
3030
id: pr
3131
with:
32-
base: master
33-
branch: windows
32+
push-to-fork: ruby-builder-bot/setup-ruby
33+
author: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
34+
committer: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
3435
title: Update CRuby releases on Windows
3536
commit-message: Update CRuby releases on Windows
3637
body: Automated PR
38+
base: master
39+
branch: windows
40+
delete-branch: true
41+
token: ${{ secrets.PR_FROM_RUBY_BUILDER_TOKEN }}
3742

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

0 commit comments

Comments
 (0)