Skip to content

[WIP] Update action run logs for better clarity#527

Merged
hotlong merged 2 commits intomainfrom
copilot/update-action-run-logs-again
Feb 5, 2026
Merged

[WIP] Update action run logs for better clarity#527
hotlong merged 2 commits intomainfrom
copilot/update-action-run-logs-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 5, 2026

Fix Changeset Workspace Error ✅

Successfully fixed the CI failure in the release workflow.

Plan:

  • Investigate GitHub Actions failure
  • Identify the issue: changeset references non-workspace package
  • Remove @objectstack/spec-monorepo from the changeset file
  • Validate the fix by running pnpm run version locally
  • Commit and push the fix
  • Code review completed with no issues
  • Security scan completed with no issues

Root Cause:

The changeset file .changeset/migrate-to-tsup.md incorrectly referenced @objectstack/spec-monorepo, which is the private root package of the monorepo, not a workspace package that can be published.

Solution:

Removed the line "@objectstack/spec-monorepo": patch from the changeset file. The root package is marked as "private": true in package.json and should not be included in changesets.

Verification:

  • pnpm run version runs successfully without errors
  • ✅ No other changeset files have the same issue
  • ✅ Code review passed with no comments
  • ✅ Security scan passed (no code changes to analyze)

The fix is minimal and surgical - only one line removed from the changeset file.

Original prompt

引用: https://github.com/objectstack-ai/spec/actions/runs/21710479066/job/62612658763#step:9:1


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 5, 2026

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

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Feb 5, 2026 0:05am

Request Review

…package)

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong marked this pull request as ready for review February 5, 2026 12:03
Copilot AI review requested due to automatic review settings February 5, 2026 12:03
@hotlong hotlong merged commit 52e2c8f into main Feb 5, 2026
2 of 3 checks passed
Copilot AI requested a review from hotlong February 5, 2026 12:04
Copilot stopped work on behalf of hotlong due to an error February 5, 2026 12:04
Copy link
Copy Markdown
Contributor

Copilot AI 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

This PR fixes a CI failure in the release workflow by removing the private monorepo package @objectstack/spec-monorepo from a changeset file. The root package is marked as "private": true and should not be versioned or published through changesets.

Changes:

  • Removed @objectstack/spec-monorepo from the changeset file that was causing the workflow error

@@ -1,5 +1,4 @@
---
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

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

The PR title "Update action run logs for better clarity" does not match the actual changes made in this pull request. The change removes a private monorepo package from a changeset file to fix a CI workflow error, not anything related to action run logs. Consider updating the PR title to something like "Fix changeset workspace error by removing private monorepo package" to accurately reflect the changes.

Copilot uses AI. Check for mistakes.
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.

3 participants