-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(CODEOWNERS): add nvmrc, publish script under web-infra #8094
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 updates the CODEOWNERS file to assign ownership of the .nvmrc file and the UI components publish script to the web-infra team. This addresses issue #8020 by ensuring proper ownership of infrastructure-related files.
- Adds
.nvmrcunder web-infra team ownership - Adds
packages/ui-components/scripts/publish.mjsunder web-infra team ownership
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8094 +/- ##
==========================================
+ Coverage 73.12% 73.13% +0.01%
==========================================
Files 97 97
Lines 8440 8440
Branches 229 229
==========================================
+ Hits 6172 6173 +1
+ Misses 2267 2266 -1
Partials 1 1 ☔ View full report in Codecov by Sentry. |
|
Fast-tracking |
|
Lighthouse Results
|
Fixes: #8020