From: Brett Cannon Date: Fri, 4 Aug 2017 21:14:32 +0000 (-0700) Subject: Notify the import-team on import-related PRs (GH-3002) X-Git-Tag: v3.7.0a1~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d255fea7c7cf91f589003a997ad38c7f4c0825a9;p=thirdparty%2FPython%2Fcpython.git Notify the import-team on import-related PRs (GH-3002) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c5164f6640f..550c9564fcae 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