Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run url
Signed-off-by: Aviv Keller <me@aviv.sh>
  • Loading branch information
avivkeller authored Oct 16, 2025
commit e86f998c7db66de55edb0ef1fa5e664721fbb856
5 changes: 4 additions & 1 deletion .github/workflows/create-release-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
with:
author: Node.js GitHub Bot <github-bot@iojs.org>
branch: release-${{ steps.create-release-post.output.version }}
body: This PR was generated automatically.
body: |
Creates a new blog post for ${{ steps.create-release-post.output.version }}.

Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
commit-message: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'
labels: fast-track
Comment thread
avivkeller marked this conversation as resolved.
title: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'
Expand Down
Loading