summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-08-15 10:21:34 -0700
committerGitHub <noreply@github.com>2017-08-15 10:21:34 -0700
commit1f512b9a344b5053c013cf0a116b3562d426ef2b (patch)
tree6f7f8544894fe0072868174765680b5f1fa4d233 /.github
parentd83c23b2dbe91924d0070a72ffe831d0c15d956d (diff)
downloadcpython-git-1f512b9a344b5053c013cf0a116b3562d426ef2b.tar.gz
Add Windows team as a codeowner for Windows-specific files (#3089)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS8
1 files changed, 8 insertions, 0 deletions
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