From: Ned Deily Date: Tue, 23 Oct 2018 13:37:02 +0000 (-0400) Subject: Add macos-team as a code owner (GH-10045) X-Git-Tag: v3.8.0a1~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96f2c739542d48edd6bd15c26b555c7e59d14cce;p=thirdparty%2FPython%2Fcpython.git Add macos-team as a code owner (GH-10045) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d4d352601b8..224d95fd1971 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