[Python-checkins] Unroll import-team in CODEOWNERS (#13118)

Brett Cannon webhook-mailer at python.org
Mon May 6 13:44:54 EDT 2019


https://github.com/python/cpython/commit/678bb9d1b51d46801d10f8e35585a369aca1c593
commit: 678bb9d1b51d46801d10f8e35585a369aca1c593
branch: master
author: Brett Cannon <54418+brettcannon at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-05-06T13:44:49-04:00
summary:

Unroll import-team in CODEOWNERS (#13118)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9b7a4032fb43..fae513843566 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



More information about the Python-checkins mailing list