From 93eec70bb84fab402bcec49d356fb1e7b65a3464 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:51:44 -0700 Subject: [PATCH] Added `aspnet-blazor-eng` as a code-owner for the `src/Components` (#20593) * Added `aspnet-blazor-eng` as a code-owner for the `src/Components` * Fixed the alias --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3839ab8ec4..c76764bfae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ /eng/common/ @dotnet-maestro-bot /eng/Versions.props @dotnet-maestro-bot @dougbu /eng/Version.Details.xml @dotnet-maestro-bot @dougbu -/src/Components/ @SteveSandersonMS +/src/Components/ @SteveSandersonMS @aspnet-blazor-eng /src/DefaultBuilder/ @tratcher @anurse /src/Hosting/ @tratcher @anurse /src/Http/ @tratcher @jkotalik @anurse