From 1ac7abe6b64b5ba364d65b29ef8752b050b49a57 Mon Sep 17 00:00:00 2001
From: Nate McMaster <natemcmaster@users.noreply.github.com>
Date: Wed, 17 Apr 2019 17:04:29 -0700
Subject: [PATCH] Update CODEOWNERS (#9463)

---
 .github/CODEOWNERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 719f1532973..b962971e33b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,10 +1,13 @@
 # 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/
 
+/global.json                    @aspnet/build
 /.azure/                        @aspnet/build
 /.config/                       @aspnet/build
 /build/                         @aspnet/build
 /eng/                           @aspnet/build
+/eng/Versions.props             @dotnet-maestro-bot @dougbu
+/eng/Version.Details.xml        @dotnet-maestro-bot @dougbu
 /src/Components/                @SteveSandersonMS
 /src/DefaultBuilder/            @tratcher @anurse
 /src/Hosting/                   @tratcher @anurse
-- 
GitLab