From 96f2c739542d48edd6bd15c26b555c7e59d14cce Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 23 Oct 2018 09:37:02 -0400 Subject: [PATCH] Add macos-team as a code owner (GH-10045) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d4d352601b..224d95fd197 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -67,3 +67,7 @@ Python/bootstrap_hash.c @python/crypto-team **/*idlelib* @terryjreedy **/*typing* @gvanrossum @ilevkivskyi + +# macOS +/Mac/ @python/macos-team +**/*osx_support* @python/macos-team