From ded53315d8504870709936efdcc86578d5eb3b44 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 19 Feb 2019 09:32:31 -0800 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 093a4fcdaa..c987256c4f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,10 @@ # 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/ -/build/ @natemcmaster -/eng/ @natemcmaster +/.azure/ @dougbu +/.config/ @dougbu +/build/ @dougbu +/eng/ @dougbu /src/Components/ @SteveSandersonMS /src/DefaultBuilder/ @tratcher /src/Hosting/ @tratcher