-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add a workflow to update the rush shrinkwrap file #272
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
Conversation
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 automatically update the Rush shrinkwrap file when pull requests are opened or updated. The workflow runs rush update --full and commits any changes to the npm-shrinkwrap.json file back to the PR branch.
- Adds automated shrinkwrap updates on PR events and manual dispatch
- Configures Node.js environment and installs Rush globally
- Detects changes to the shrinkwrap file and commits them automatically
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 458 458
Branches 113 113
=========================================
Hits 458 458 🚀 New features to boost your workflow:
|
No description provided.