From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Mon, 6 May 2019 17:44:49 +0000 (-0400) Subject: Unroll import-team in CODEOWNERS (#13118) X-Git-Tag: v3.8.0b1~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=678bb9d1b51d46801d10f8e35585a369aca1c593;p=python Unroll import-team in CODEOWNERS (#13118) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9b7a4032fb..fae5138435 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,8 +26,8 @@ Objects/dict* @methane # Ignoring importlib.h so as to not get flagged on # all pull requests that change the emitted # bytecode. -**/*import*.c @python/import-team -**/*import*.py @python/import-team +**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw +**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw # SSL