https://github.com/python/cpython/commit/96f2c739542d48edd6bd15c26b555c7e59d14cce commit: 96f2c739542d48edd6bd15c26b555c7e59d14cce branch: master author: Ned Deily <nad at python.org> committer: GitHub <noreply at github.com> date: 2018年10月23日T09:37:02-04:00 summary: Add macos-team as a code owner (GH-10045) files: M .github/CODEOWNERS 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