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