[Python-checkins] Revert adding @maxking to CODEOWNERS file (GH-13660)

Miss Islington (bot) webhook-mailer at python.org
Thu May 30 10:59:13 EDT 2019


https://github.com/python/cpython/commit/25ee0c3bf10820496448e2886069f9c2794be7ac
commit: 25ee0c3bf10820496448e2886069f9c2794be7ac
branch: master
author: Brett Cannon <54418+brettcannon at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-30T07:59:01-07:00
summary:

Revert adding @maxking to CODEOWNERS file (GH-13660)



This reverts commit 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7. Turns out you must have write access for CODEOWNERS to work.

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6a4ca54dd34e..963ab4dcff42 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



More information about the Python-checkins mailing list