Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-01-21 02:40:45 +0300
committerGitHub <noreply@github.com>2022-01-21 02:40:45 +0300
commit29aae5b28d178cf45acd5d8fbd671e41baf98c09 (patch)
tree20af9beccd50edc423450946aa3c61bed6975cc6 /.github
parent0edff87443a069511b0c5f22ad270c7f71afb9e8 (diff)
Update CODEOWNERS for .vscode, .devcontainer (#39663)
Adding myself so I can keep things in sync with dotnet/razor-compiler. Reference: https://github.com/dotnet/razor-compiler/pull/33
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6ab8f9860a..7ffef4f9ef 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,7 +6,8 @@
/.azure/ @dotnet/aspnet-build
/.azuredevops/ @dotnet/aspnet-build
/.config/ @dotnet/aspnet-build
-/.devcontainer/ @captainsafia
+/.devcontainer/ @captainsafia @TanayParikh
+/.vscode/ @captainsafia @TanayParikh
/.github/ @dotnet/aspnet-build
/.github/*_TEMPLATE/ @dotnet/aspnet-build @mkArtakMSFT
/.github/workflows/ @dotnet/aspnet-build @tratcher