Skip to content

Fix failing GitHub Actions job 'Main'#8047

Merged
joshblack merged 4 commits into
mainfrom
copilot/fix-main-github-actions-job
Jun 24, 2026
Merged

Fix failing GitHub Actions job 'Main'#8047
joshblack merged 4 commits into
mainfrom
copilot/fix-main-github-actions-job

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

There seems to be an issue in the release workflow with the move to Node.js v26, trying this out as a fix 🤞

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: bb09e73

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Copilot AI requested a review from joshblack June 24, 2026 16:36

@joshblack joshblack left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot revert the changes to react deps

Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
@joshblack joshblack changed the title [WIP] Fix failing GitHub Actions job 'Main' Fix failing GitHub Actions job 'Main' Jun 24, 2026
@joshblack joshblack added skip changeset This change does not need a changelog integration-tests: skipped manually Changes in this PR do not require an integration test labels Jun 24, 2026
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
@joshblack joshblack marked this pull request as ready for review June 24, 2026 17:33
Copilot AI review requested due to automatic review settings June 24, 2026 17:33
@joshblack joshblack requested a review from a team as a code owner June 24, 2026 17:33
Copilot AI requested a review from a team as a code owner June 24, 2026 17:33
Copilot AI review requested due to automatic review settings June 24, 2026 17:33
Copilot AI requested a review from jonrohan June 24, 2026 17:33
@joshblack joshblack requested a review from llastflowers June 24, 2026 17:33

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot revert the changes to react deps

Addressed in bb09e73.

@joshblack joshblack enabled auto-merge June 24, 2026 17:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to unblock the failing Release → “Main” GitHub Actions job after the move to Node.js v26, by adjusting the release workflow’s Changesets behavior and aligning the repo lockfile with the current workspace package version.

Changes:

  • Update the release workflow to run changesets/action in commitMode: github-api (avoids relying on git push credentials in the runner).
  • Refresh package-lock.json entries so workspace/example references to @primer/react match the current 38.29.0 version.
Show a summary per file
File Description
package-lock.json Aligns lockfile entries for @primer/react to 38.29.0 to keep installs (npm ci) consistent with workspace versions.
.github/workflows/release.yml Switches Changesets action commit strategy to github-api for the main release job.

Copilot's findings

  • Files reviewed: 1/2 changed files
  • Comments generated: 0

@github-actions github-actions Bot requested a deployment to storybook-preview-8047 June 24, 2026 17:38 Abandoned
@joshblack joshblack added this pull request to the merge queue Jun 24, 2026
Merged via the queue into main with commit 6f9e448 Jun 24, 2026
56 checks passed
@joshblack joshblack deleted the copilot/fix-main-github-actions-job branch June 24, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: skipped manually Changes in this PR do not require an integration test skip changeset This change does not need a changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants