From 3975eb010d535ad1e685fa3103d5cfd731a07dfa Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 14 Aug 2017 12:16:10 -0700 Subject: [PATCH 1/2] Add myself as a codeowner for Windows-specific files --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cdb9feee57ba6a..3e54b5d63c506f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,3 +29,11 @@ # subprocess **/*subprocess* @gpshead + +# Windows +/PC/ @zooba +/PCBuild/ @zooba + +# Windows installer packages +/Tools/msi/ @zooba +/Tools/nuget/ @zooba From 6655c2c7fda1a89f17ef974f85f0484337e7c7db Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 15 Aug 2017 09:22:57 -0700 Subject: [PATCH 2/2] Update owner to Windows team. --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e54b5d63c506f..447b4ef08b700a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,9 +31,9 @@ **/*subprocess* @gpshead # Windows -/PC/ @zooba -/PCBuild/ @zooba +/PC/ @python/windows-team +/PCBuild/ @python/windows-team # Windows installer packages -/Tools/msi/ @zooba -/Tools/nuget/ @zooba +/Tools/msi/ @python/windows-team +/Tools/nuget/ @python/windows-team