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

This commit is contained in:
Brett Cannon 2017-08-04 14:14:32 -07:00 committed by GitHub
parent 8238ef0467
commit d255fea7c7

2
.github/CODEOWNERS vendored
View file

@ -15,7 +15,7 @@
**/*pyhash* @tiran **/*pyhash* @tiran
# Import (including importlib) # Import (including importlib)
**/*import* @brettcannon **/*import* @python/import-team
# SSL # SSL
**/*ssl* @tiran **/*ssl* @tiran