From 1f512b9a344b5053c013cf0a116b3562d426ef2b Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 15 Aug 2017 10:21:34 -0700 Subject: Add Windows team as a codeowner for Windows-specific files (#3089) --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cdb9feee57..447b4ef08b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,3 +29,11 @@ # subprocess **/*subprocess* @gpshead + +# Windows +/PC/ @python/windows-team +/PCBuild/ @python/windows-team + +# Windows installer packages +/Tools/msi/ @python/windows-team +/Tools/nuget/ @python/windows-team -- cgit v1.2.1