diff options
author | Ned Deily <nad@python.org> | 2018-10-23 13:37:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 13:37:02 (GMT) |
commit | 96f2c739542d48edd6bd15c26b555c7e59d14cce (patch) | |
tree | c19394e24381498681d544b809b0aad8d23e9deb | |
parent | fa5329424f4206630c34f75629fa78738db647f0 (diff) | |
download | cpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.zip cpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.tar.gz cpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.tar.bz2 |
Add macos-team as a code owner (GH-10045)
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d4d352..224d95f 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 |