Draft
Simplify pkg-pr-new workflow to Linux build-only#8
pkg-pr-new workflow to Linux build-only#8Conversation
Co-authored-by: chris-han <2083175+chris-han@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review and ensure successful build process
Stabilize Feb 13, 2026
pkg-pr-new workflow by making publish step non-blocking
chris-han
requested changes
Feb 13, 2026
chris-han
left a comment
Owner
There was a problem hiding this comment.
only build for linux no need for windows
Co-authored-by: chris-han <2083175+chris-han@users.noreply.github.com>
Author
Updated as requested in commit |
Copilot
AI
changed the title
Stabilize
Simplify Feb 13, 2026
pkg-pr-new workflow by making publish step non-blockingpkg-pr-new workflow to Linux build-only
chris-han
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The referenced GitHub Actions run failed in the publish stage, not during package build.
pkg-pr-newreturned a 404 because the GitHub App is not installed on the repo, which caused the workflow to fail.Workflow failure mode
.github/workflows/publish-commit.ymlfailed thebuildjob whennpx pkg-pr-new publish ...exited non-zero.Change applied (minimal scope)
pkg-pr-newpublish step from.github/workflows/publish-commit.yml.runs-on: ubuntu-latest) with dependency install +pnpm run build:packages.Resulting behavior
pkg-pr-newapp installation can no longer fail the run.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.