Skip to content

Simplify pkg-pr-new workflow to Linux build-only#8

Draft
chris-han with Copilot wants to merge 3 commits into
mainfrom
copilot/review-build-success
Draft

Simplify pkg-pr-new workflow to Linux build-only#8
chris-han with Copilot wants to merge 3 commits into
mainfrom
copilot/review-build-success

Conversation

Copilot AI commented Feb 13, 2026

Copy link
Copy Markdown

The referenced GitHub Actions run failed in the publish stage, not during package build. pkg-pr-new returned 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.yml failed the build job when npx pkg-pr-new publish ... exited non-zero.
  • Change applied (minimal scope)

    • Removed the pkg-pr-new publish step from .github/workflows/publish-commit.yml.
    • Kept only the Linux build flow (runs-on: ubuntu-latest) with dependency install + pnpm run build:packages.
  • Resulting behavior

    • Package build remains required on Linux.
    • No preview publish is attempted in this workflow, so missing pkg-pr-new app installation can no longer fail the run.

[!WARNING]

Original prompt

引用: https://github.com/chris-han/CopilotKit/actions/runs/21984647591/job/63517884921#step:8:1

review and make build sucess


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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 pkg-pr-new workflow by making publish step non-blocking Feb 13, 2026
Copilot AI requested a review from chris-han February 13, 2026 13:25

@chris-han chris-han left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

only build for linux no need for windows

Co-authored-by: chris-han <2083175+chris-han@users.noreply.github.com>

Copilot AI commented Feb 13, 2026

Copy link
Copy Markdown
Author

only build for linux no need for windows

Updated as requested in commit f09b724: the workflow now only performs the Linux build (ubuntu-latest) and no longer runs the extra pkg-pr-new publish step.

Copilot AI changed the title Stabilize pkg-pr-new workflow by making publish step non-blocking Simplify pkg-pr-new workflow to Linux build-only Feb 13, 2026
Copilot AI requested a review from chris-han February 13, 2026 13:35
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.

2 participants