-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat(ci): pnpm updater #8532
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
base: main
Are you sure you want to change the base?
feat(ci): pnpm updater #8532
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8532 +/- ##
==========================================
+ Coverage 74.69% 74.70% +0.01%
==========================================
Files 102 102
Lines 8956 8956
Branches 305 305
==========================================
+ Hits 6690 6691 +1
+ Misses 2264 2263 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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 adds a new GitHub Actions workflow to automate monthly updates of pnpm using the pnpm self-update command. The workflow runs on a schedule, updates pnpm, and creates a pull request with the changes.
- Adds automated monthly pnpm updates via scheduled cron job
- Captures old and new pnpm versions for PR metadata
- Creates draft PRs with fast-track label for review
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Add a workflow to update pnpm once a month via the
pnpm self-updatecommand.