Improve the automated PR description · ruby/setup-ruby@67178a2

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 }}