From d255fea7c7cf91f589003a997ad38c7f4c0825a9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 4 Aug 2017 14:14:32 -0700 Subject: [PATCH] Notify the import-team on import-related PRs (GH-3002) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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