Skip to content

fix: mark internal packages as private to fix publish pipeline#73

Merged
himerus merged 19 commits intodevfrom
feature/fix-mark-internal-packages-as-private
Mar 17, 2026
Merged

fix: mark internal packages as private to fix publish pipeline#73
himerus merged 19 commits intodevfrom
feature/fix-mark-internal-packages-as-private

Conversation

@himerus
Copy link
Copy Markdown
Contributor

@himerus himerus commented Mar 17, 2026

Summary

Problem

The Publish GitHub Action fails on every merge to main because changeset publish tries to publish @helixir/core and @helixir/github-action to npm. The @helixir scope doesn't exist on the npm registry, so both get 404 errors, and the entire publish step fails with exit code 1.

The root helixir package publishes fine (or is skipped if version is unchanged). The failure is exclusively from the two internal workspace packages.

Evidence

PR #72 merge to main (2026-03-17): P...


Recovered automatically by Automaker post-agent hook

himerus and others added 19 commits March 12, 2026 22:31
chore: promote dev → staging
chore: promote staging → main (v0.3.0)
feat: multi-dimensional health scoring + source-level accessibility analysis
fix: changeset targets helixir (root package) + CodeRabbit ignore config
fix: add root to pnpm workspace for changeset resolution
chore: promote dev to staging — audit hardening
chore: promote staging to main — security audit hardening
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 17, 2026

Warning

Rate limit exceeded

@himerus has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9af850f9-a97c-4746-b593-daddf9ebb33e

📥 Commits

Reviewing files that changed from the base of the PR and between e2e67b2 and e28efb3.

📒 Files selected for processing (2)
  • packages/core/package.json
  • packages/github-action/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/fix-mark-internal-packages-as-private
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@himerus himerus added the skip-changeset Skip changeset requirement (infra/CI PRs) label Mar 17, 2026
@himerus himerus closed this Mar 17, 2026
@himerus himerus reopened this Mar 17, 2026
@himerus himerus merged commit 83f6e75 into dev Mar 17, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changeset Skip changeset requirement (infra/CI PRs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant