summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-08-01 14:51:17 -0700
committerGitHub <noreply@github.com>2017-08-01 14:51:17 -0700
commit9eef9e805e950eb6bc9ded8c99c5d6abf1d681de (patch)
tree8622ffb66ee64e3664a54b692c01e91a3cd6ff31 /.github
parentadfe3440f65dfd6cf4463db6cd02cdc78e77ce17 (diff)
downloadcpython-git-9eef9e805e950eb6bc9ded8c99c5d6abf1d681de.tar.gz
List myself as interested in all import-related pull requests (GH-2976)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d1ebf2c2ba..1dc79f7dec 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,5 +8,8 @@
**/*hashlib* @tiran
**/*pyhash* @tiran
+# Import (including importlib)
+**/*import* @brettcannon
+
# SSL
**/*ssl* @tiran