summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-08-04 14:14:32 -0700
committerGitHub <noreply@github.com>2017-08-04 14:14:32 -0700
commitd255fea7c7cf91f589003a997ad38c7f4c0825a9 (patch)
treeb461843b35e8deb6882d51f50a2737069f4da3e7 /.github
parent8238ef0467f210146a7aecfdc52dbe703d3e190d (diff)
downloadcpython-git-d255fea7c7cf91f589003a997ad38c7f4c0825a9.tar.gz
Notify the import-team on import-related PRs (GH-3002)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1c5164f664..550c9564fc 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