Skip to content

chore: recognize prefixed Node.js PR titles - #9915

Open
reggi wants to merge 1 commit into
latestfrom
fix/create-node-pr-prefixed-titles
Open

chore: recognize prefixed Node.js PR titles#9915
reggi wants to merge 1 commit into
latestfrom
fix/create-node-pr-prefixed-titles

Conversation

@reggi

@reggi reggi commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • recognize existing Node.js npm update PRs with branch prefixes such as [v22.x]
  • preserve an existing PR title when updating it

Background

The create-node-pr workflow successfully regenerated and force-pushed nodejs/node#64884, but then failed because the existing-PR parser treated [v22.x] 10.9.9 as the npm version. It attempted to create a duplicate PR instead of editing the existing one.

This extracts the version following the canonical deps: upgrade npm to text regardless of any title prefix. Existing base-branch filtering continues to distinguish PRs targeting different Node.js release lines.

Reproduction: https://github.com/npm/cli/actions/runs/32768286326

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 14a9626a-4d0e-4be3-b06c-b6676ecb3895
@reggi
reggi requested review from a team as code owners August 24, 2026 20:38
@reggi reggi changed the title fix: recognize prefixed Node.js PR titles chore: recognize prefixed Node.js PR titles Aug 24, 2026
Sign up for free to 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.

1 participant