diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-08-15 17:21:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 17:21:34 (GMT) |
commit | 1f512b9a344b5053c013cf0a116b3562d426ef2b (patch) | |
tree | 6f7f8544894fe0072868174765680b5f1fa4d233 /.github | |
parent | d83c23b2dbe91924d0070a72ffe831d0c15d956d (diff) | |
download | cpython-1f512b9a344b5053c013cf0a116b3562d426ef2b.zip cpython-1f512b9a344b5053c013cf0a116b3562d426ef2b.tar.gz cpython-1f512b9a344b5053c013cf0a116b3562d426ef2b.tar.bz2 |
Add Windows team as a codeowner for Windows-specific files (#3089)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cdb9fee..447b4ef 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 |