From cfa623a7bc7081191278fcc890c874017333c2f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk Date: Mon, 26 Jun 2023 14:44:49 +0000 Subject: [PATCH] add CODEWONERS entry for source-build --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7ad641473d..7828370eff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,3 +2,5 @@ # More information: https://github.com/blog/2392-introducing-code-owners * @dotnet/roslyn-analysis + +eng/SourceBuild* @dotnet/source-build-internal