Skip to content

Commit 67178a2

Browse files
committed
Improve the automated PR description
1 parent ede5b72 commit 67178a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414

1515
- run: ruby generate-windows-versions.rb
1616

17-
- name: TODO for testing
18-
run: echo >> windows-versions.json
19-
2017
- id: diff
2118
run: git diff --exit-code
2219
continue-on-error: true
@@ -35,7 +32,11 @@ jobs:
3532
committer: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
3633
title: Update CRuby releases on Windows
3734
commit-message: Update CRuby releases on Windows
38-
body: Automated PR (testing)
35+
body: |
36+
Automated PR from the check-new-windows-versions.yml workflow.
37+
38+
@eregon @larskanis Please merge this PR if the diff looks correct.
39+
And then release setup-ruby by [running the release workflow](https://github.com/ruby/setup-ruby/actions/workflows/release.yml).
3940
branch: windows
4041
delete-branch: true
4142
token: ${{ secrets.PR_FROM_RUBY_BUILDER_TOKEN }}

0 commit comments

Comments
 (0)