diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-08-04 21:14:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 21:14:32 (GMT) |
commit | d255fea7c7cf91f589003a997ad38c7f4c0825a9 (patch) | |
tree | b461843b35e8deb6882d51f50a2737069f4da3e7 /.github/CODEOWNERS | |
parent | 8238ef0467f210146a7aecfdc52dbe703d3e190d (diff) | |
download | cpython-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/CODEOWNERS | 2 |
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 |