https://github.com/python/cpython/commit/d255fea7c7cf91f589003a997ad38c7f4c0825a9 commit: d255fea7c7cf91f589003a997ad38c7f4c0825a9 branch: master author: Brett Cannon <brettcannon at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2017年08月04日T14:14:32-07:00 summary: Notify the import-team on import-related PRs (GH-3002) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c5164f6640..550c9564fca 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