We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2ed4 commit eddf60cCopy full SHA for eddf60c
.github/workflows/check-new-windows-versions.yml
@@ -29,11 +29,16 @@ jobs:
29
uses: peter-evans/create-pull-request@v8
30
id: pr
31
with:
32
- base: master
33
- branch: windows
+ push-to-fork: ruby-builder-bot/setup-ruby
+ 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>
35
title: Update CRuby releases on Windows
36
commit-message: Update CRuby releases on Windows
37
body: Automated PR
38
+ base: master
39
+ branch: windows
40
+ delete-branch: true
41
+ token: ${{ secrets.PR_FROM_RUBY_BUILDER_TOKEN }}
42
43
- if: ${{ steps.diff.outcome == 'failure' }} # changed
44
name: PR URL
0 commit comments