Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,27 @@
/.azure/ @dotnet/aspnet-build @wtgodbe
/.azuredevops/ @dotnet/aspnet-build @wtgodbe
/.config/ @dotnet/aspnet-build @wtgodbe
/.devcontainer/ @captainsafia
/.vscode/ @captainsafia
/.github/ @dotnet/aspnet-build @wtgodbe
/.github/*_TEMPLATE/ @dotnet/aspnet-build @wtgodbe @mkArtakMSFT
Comment on lines 8 to 9
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the CODEOWNERS entries for /.devcontainer/ and /.vscode/ means changes under those paths will no longer auto-request any reviewers (there is no catch-all/default owner elsewhere in this file). If these directories still need review coverage, consider re-adding the patterns with a replacement team/owner; otherwise, confirm that having no code owner for them is intentional.

Suggested change
/.github/ @dotnet/aspnet-build @wtgodbe
/.github/*_TEMPLATE/ @dotnet/aspnet-build @wtgodbe @mkArtakMSFT
/.devcontainer/ @dotnet/aspnet-build @wtgodbe
/.vscode/ @dotnet/aspnet-build @wtgodbe
/.github/ @dotnet/aspnet-build @wtgodbe
/.github/*_TEMPLATE/ @dotnet/aspnet-build @wtgodbe @mkArtakMSFT

Copilot uses AI. Check for mistakes.
/.github/workflows/ @dotnet/aspnet-build @wtgodbe
/docs/ @captainsafia @mkArtakMSFT
/docs/ @mkArtakMSFT
/eng/ @dotnet/aspnet-build @wtgodbe
/eng/Versions.props @dotnet/aspnet-build @wtgodbe
/eng/Version.Details.xml @dotnet/aspnet-build @wtgodbe
/src/Caching/ @captainsafia @halter73 @mgravell
/src/Caching/ @halter73 @mgravell
/src/Components/ @dotnet/aspnet-blazor-eng
/src/DefaultBuilder/ @halter73
/src/Grpc/ @captainsafia @mgravell
/src/Grpc/ @mgravell
/src/Hosting/ @halter73
/src/Http/ @BrennanConroy @halter73 @captainsafia
/src/Http/ @BrennanConroy @halter73
/src/Http/Routing/ @halter73
/src/HttpClientFactory/ @captainsafia @halter73
/src/HttpClientFactory/ @halter73
/src/Installers/ @dotnet/aspnet-build @wtgodbe
/src/JSInterop/ @dotnet/aspnet-blazor-eng
/src/Middleware/ @BrennanConroy
/src/Mvc/ @dotnet/minimal-apis
/src/Mvc/Mvc.ApiExplorer @captainsafia @halter73
/src/OpenApi @captainsafia @dotnet/minimal-apis
/src/Mvc/Mvc.ApiExplorer @halter73
/src/OpenApi @dotnet/minimal-apis
/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/ @dotnet/aspnet-blazor-eng
/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/ @dotnet/aspnet-blazor-eng
/src/Security/ @halter73
Expand Down
Loading