summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-23 13:37:02 (GMT)
committerGitHub <noreply@github.com>2018-10-23 13:37:02 (GMT)
commit96f2c739542d48edd6bd15c26b555c7e59d14cce (patch)
treec19394e24381498681d544b809b0aad8d23e9deb /.github
parentfa5329424f4206630c34f75629fa78738db647f0 (diff)
downloadcpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.zip
cpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.tar.gz
cpython-96f2c739542d48edd6bd15c26b555c7e59d14cce.tar.bz2
Add macos-team as a code owner (GH-10045)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
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