[Python-checkins] Notify the import-team on import-related PRs (GH-3002)

Brett Cannon webhook-mailer at python.org
Fri Aug 4 17:14:35 EDT 2017


https://github.com/python/cpython/commit/d255fea7c7cf91f589003a997ad38c7f4c0825a9
commit: d255fea7c7cf91f589003a997ad38c7f4c0825a9
branch: master
author: Brett Cannon <brettcannon at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-08-04T14:14:32-07:00
summary:

Notify the import-team on import-related PRs (GH-3002)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1c5164f6640..550c9564fca 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -15,7 +15,7 @@
 **/*pyhash*                   @tiran
 
 # Import (including importlib)
-**/*import*                   @brettcannon
+**/*import*                   @python/import-team
 
 # SSL
 **/*ssl*                      @tiran



More information about the Python-checkins mailing list