-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix CODEOWNERS for CLI commands directories #51668
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
CODEOWNERS
Outdated
| /test/dotnet-test.Tests @dotnet/dotnet-testing-admin | ||
| /test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin |
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.
These directories don't exist currently 👀
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.
Probably should be:
test/dotnet.Tests/CommandTests/Test
test/dotnet.Tests/CommandTests/VSTest
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 fixes CODEOWNERS file paths to correctly reference CLI command directories with proper casing and structure.
- Updated source directory paths from lowercase
commands/dotnet-*pattern to PascalCaseCommands/*pattern - Corrected test directory paths for Test and VSTest commands to point to the actual
dotnet.Tests/CommandTests/*structure - Fixed path references for Format, Fsi, New, Test, and VSTest command directories
|
@baronfel Please review |
|
/ba-g stuck |
|
Good find. Definitely something I missed when I moved the directories around earlier this year. |
No description provided.