-
Notifications
You must be signed in to change notification settings - Fork 2
ci: update actions #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update actions #325
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughAdds a new changeset declaring patch releases for two packages, introduces a Dependabot config to update GitHub Actions daily, and updates action versions and Node.js syntax across CI and release workflows (including a new publish step and environment variables in the release workflow). Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer/Push
participant GH as GitHub Actions
participant Ch as Changesets Action
participant NPM as npm registry
Dev->>GH: push tags / changeset
GH->>Ch: run changesets (publish step added)
alt publish succeeds
Ch->>NPM: pnpm ci:publish --no-git-checks (with GITHUB_TOKEN, NPM_CONFIG_PROVENANCE)
NPM-->>Ch: publish ok
Ch-->>GH: report success
else publish fails
Ch-->>GH: report failure
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
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. Comment |
Summary by CodeRabbit