This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/6.0.2xx] Backport CODEOWNERS (#61)
So we get appropriate notifications. Extension of #54.
- Loading branch information
1 parent
b5a65c9
commit d2ebaa8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. | ||
# See https://help.github.com/articles/about-code-owners/ | ||
|
||
* @Pilchie | ||
/global.json @dotnet/aspnet-build | ||
/azure-pipelines.yml @dotnet/aspnet-build | ||
/NuGet.config @dotnet/aspnet-build | ||
/.vscode/ @dotnet/aspnet-build @TanayParikh | ||
/.devcontainer/ @dotnet/aspnet-build @TanayParikh | ||
/.github/ @dotnet/aspnet-build | ||
/src/ @dotnet/aspnet-blazor-eng | ||
/eng/ @dotnet/aspnet-build | ||
/eng/common/ @dotnet-maestro-bot | ||
/eng/Versions.props @dotnet-maestro-bot @dotnet/aspnet-build | ||
/eng/Version.Details.xml @dotnet-maestro-bot @dotnet/aspnet-build |