[python-committers] Requesting reviews

R. David Murray rdmurray at bitdance.com
Fri Oct 6 12:58:03 EDT 2017


On Fri, 06 Oct 2017 09:09:01 -0700, Mariatta Wijaya <mariatta.wijaya at gmail.com> wrote:
> The windows team is notified because the PR includes changes to PCBuild/*

If you get a review request that says your review was requested "as a
code owner", then it was an auto-request, it wasn't actually requested
by the person named in the message (which I agree is confusing).

You can look through the diff to check for changes to PC, PCBuild, msi,
or nuget to see if there are windows changes you do want to review.
The config for the auto-review-requests is in .github/CODEOWNERS; the
current windows team entries are:

    # Windows
    /PC/                          @python/windows-team
    /PCBuild/                     @python/windows-team

    # Windows installer packages
    /Tools/msi/                   @python/windows-team
    /Tools/nuget/                 @python/windows-team


More information about the python-committers mailing list