Skip to content

Conversation

@avivkeller
Copy link
Member

@avivkelleravivkeller commented Oct 15, 2025

cc @nodejs/releasers

@vercel
Copy link

vercelbot commented Oct 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentPreviewUpdated (UTC)
nodejs-orgReadyReadyPreviewOct 21, 2025 8:38pm

@codecov
Copy link

codecovbot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.52%. Comparing base (bd92fd2) to head (ae9313c).
⚠️ Report is 14 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #8231 +/- ## ========================================== + Coverage 76.39% 76.52% +0.12%  ========================================== Files 115 117 +2 Lines 9643 9733 +90 Branches 318 330 +12 ========================================== + Hits 7367 7448 +81 - Misses 2275 2283 +8 - Partials 1 2 +1 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Aviv Keller <[email protected]>
@avivkelleravivkeller marked this pull request as ready for review October 18, 2025 14:58
@avivkelleravivkeller requested a review from a team as a code ownerOctober 18, 2025 14:58
CopilotAI review requested due to automatic review settings October 18, 2025 14:58
@avivkelleravivkeller requested a review from a team as a code ownerOctober 18, 2025 14:58
@avivkeller
Copy link
MemberAuthor

blocked by nodejs/admin#1016

Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Automate creating release blog posts and opening a PR via GitHub Actions.

  • Update the release-post script to return both the file path and metadata so the workflow can capture the version.
  • Add a GitHub Actions workflow to run the script and open/update a PR with the new blog post.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

FileDescription
apps/site/scripts/release-post/index.mjsAdjusts writeToFile to resolve both path and results; logs and emits version for workflow consumption.
.github/workflows/create-release-post.ymlNew workflow to generate a release post and open a PR, using a pinned action and step outputs.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
@ovflowdovflowd marked this pull request as draft October 19, 2025 13:33
@avivkelleravivkeller marked this pull request as ready for review October 21, 2025 20:36
@avivkeller
Copy link
MemberAuthor

The passing of an input version is no longer optional, and a draft PR is used in place of requiring a custom token

@avivkeller
Copy link
MemberAuthor

@mcollina could you please take another look?

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@marco-ippolito
Copy link
Member

Just a random idea, maybe we could trigger automatically when a release is created on nodejs/node with https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch

@richardlau
Copy link
Member

Just a random idea, maybe we could trigger automatically when a release is created on nodejs/node with https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch

I think that's worth exploring separately from this. Just having this (and being able to manually trigger) would be a good stepping point -- for me creating the blog posts is currently one of the more time consuming parts of the release process on release day (due to needing to switch to a dev environment with pnpm and Husky pre-commit hooks).

@MattIPv4
Copy link
Member

Just a random idea, maybe we could trigger automatically when a release is created on nodejs/node with https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch

Can this be triggered from https://github.com/nodejs/node/blob/main/.github/workflows/update-release-links.yml, which is the same automation that triggers the release worker to update the files available when a new release is cut?

@avivkeller
Copy link
MemberAuthor

That's the plan I had in mind

@avivkelleravivkeller added this pull request to the merge queueOct 22, 2025
Merged via the queue into main with commit e75bc1bOct 22, 2025
12 checks passed
@avivkelleravivkeller deleted the cicd-blog-post branch October 22, 2025 13:59
@avivkeller
Copy link
MemberAuthor

See nodejs/node#60366

@avivkeller
Copy link
MemberAuthor

@nodejs/web-infra

The action gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b is not allowed in nodejs/nodejs.org because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns: LoveToKnow/slackify-markdown-action@*, MishaKav/jest-coverage-comment@*, actions-ecosystem/action-remove-labels@*, chromaui/action@*, codecov/codecov-action@*, codecov/test-results-action@*, crowdin/github-action@*, ossf/scorecard-action@*, patrickedqvist/wait-for-vercel-preview@*, pnpm/action-setup@*, rtCamp/action-slack-notify@*, stefanzweifel/git-auto-commit-action@*, step-security/harden-runner@*, thollander/actions-comment-pull-request@*, treosh/lighthouse-ci-action@*. 

@MattIPv4
Copy link
Member

We cannot fix that, new actions need to be added to the repo settings by @ovflowd or @bmuenzenmeyer (I don't see the web-admin team yet)

@bmuenzenmeyer
Copy link
Contributor

We cannot fix that, new actions need to be added to the repo settings by @ovflowd or @bmuenzenmeyer (I don't see the web-admin team yet)

added

nodejs-github-bot pushed a commit to nodejs/node that referenced this pull request Oct 28, 2025
PR-URL: #60366 Refs: nodejs/nodejs.org#8231 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this pull request Nov 5, 2025
PR-URL: #60366 Refs: nodejs/nodejs.org#8231 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this pull request Nov 11, 2025
PR-URL: #60366 Refs: nodejs/nodejs.org#8231 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
aduh95 pushed a commit to nodejs/node that referenced this pull request Nov 13, 2025
PR-URL: #60366 Refs: nodejs/nodejs.org#8231 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
marco-ippolito pushed a commit to nodejs/node that referenced this pull request Nov 19, 2025
PR-URL: #60366 Refs: nodejs/nodejs.org#8231 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

13 participants

@avivkeller@mcollina@marco-ippolito@richardlau@MattIPv4@bmuenzenmeyer@targos@ovflowd@aymen94@aduh95@RafaelGSS@flakey5