Skip to content

Commit 8b34651

Browse files
committed
@-mention the setup-ruby release team in the PR description
1 parent 619cdba commit 8b34651

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/actions/create-pr-to-setup-ruby/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ runs:
3333
committer: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
3434
title: ${{ inputs.title }}
3535
commit-message: ${{ inputs.title }}
36-
body: Automated PR from ruby/ruby-builder
36+
body: |
37+
Automated PR from ruby/ruby-builder.
38+
39+
@eregon @MSP-Greg @ntkme @flavorjones @larskanis @headius Please merge this PR if the diff is correct.
40+
And then release setup-ruby by [running the release workflow](https://github.com/ruby/setup-ruby/actions/workflows/release.yml).
3741
branch: ${{ inputs.versions }}
3842
delete-branch: true
3943
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)