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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d255fea7c7cf91f589003a997ad38c7f4c0825a9;p=python Notify the import-team on import-related PRs (GH-3002) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c5164f664..550c9564fc 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