Add Windows team as a codeowner for Windows-specific files (#3089)

This commit is contained in:
Steve Dower 2017-08-15 10:21:34 -07:00 committed by GitHub
parent d83c23b2db
commit 1f512b9a34
1 changed files with 8 additions and 0 deletions

8
.github/CODEOWNERS vendored
View File

@ -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