projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8238ef0
)
Notify the import-team on import-related PRs (GH-3002)
author
Brett Cannon
<brettcannon@users.noreply.github.com>
Fri, 4 Aug 2017 21:14:32 +0000
(14:14 -0700)
committer
GitHub
<noreply@github.com>
Fri, 4 Aug 2017 21:14:32 +0000
(14:14 -0700)
.github/CODEOWNERS
patch
|
blob
|
history
diff --git
a/.github/CODEOWNERS
b/.github/CODEOWNERS
index 1c5164f6640fcc6cd0b3274549c46000c7ce9239..550c9564fcae14d250df19666e75b330a29d544b 100644
(file)
--- a/
.github/CODEOWNERS
+++ b/
.github/CODEOWNERS
@@
-15,7
+15,7
@@
**/*pyhash* @tiran
# Import (including importlib)
-**/*import* @
brettcannon
+**/*import* @
python/import-team
# SSL
**/*ssl* @tiran