From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Thu, 30 May 2019 14:59:01 +0000 (-0700) Subject: Revert adding @maxking to CODEOWNERS file (GH-13660) X-Git-Tag: v3.8.0b1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25ee0c3bf10820496448e2886069f9c2794be7ac;p=python Revert adding @maxking to CODEOWNERS file (GH-13660) This reverts commit 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7. Turns out you must have write access for CODEOWNERS to work. --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a4ca54dd3..963ab4dcff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -44,7 +44,7 @@ Objects/dict* @methane Python/bootstrap_hash.c @python/crypto-team @tiran # Email and related -**/*mail* @python/email-team @maxking +**/*mail* @python/email-team **/*smtp* @python/email-team **/*mime* @python/email-team **/*imap* @python/email-team