You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reviewers: ${{ github.event.issue.user.login }} # By default, we request a review from the person who opened the issue. You can replace this with a static list of users.
61
+
# Write a nice message to the user.
62
+
# We are claiming things here based on the `publish-new-release.yml` workflow.
63
+
# You should obviously adopt it to say the truth depending on your release workflow :)
55
64
body: |
56
-
Resolves #${{ github.event.issue.number }}
65
+
Hi ${{ github.event.issue.user.login }}!
66
+
67
+
This PR was created in response to this release issue: #${{ github.event.issue.number }}.
68
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
69
+
70
+
Merging this PR will create a GitHub release and upload any assets that are created as part of the release build.
0 commit comments