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 292b241 commit e86f998Copy full SHA for e86f998
.github/workflows/create-release-post.yml
@@ -43,7 +43,10 @@ jobs:
43
with:
44
author: Node.js GitHub Bot <github-bot@iojs.org>
45
branch: release-${{ steps.create-release-post.output.version }}
46
- body: This PR was generated automatically.
+ body: |
47
+ Creates a new blog post for ${{ steps.create-release-post.output.version }}.
48
+
49
+ Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
50
commit-message: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'
51
labels: fast-track
52
title: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'
0 commit comments