[Python-checkins] Add @maxking to CODEOWNERS file (GH-13599)

Miss Islington (bot) webhook-mailer at python.org
Tue May 28 00:16:07 EDT 2019


https://github.com/python/cpython/commit/71dc7c5fbd856df83202f39c1f41ccd07c6eceb7
commit: 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7
branch: master
author: Abhilash Raj <maxking at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-27T21:15:48-07:00
summary:

Add @maxking to CODEOWNERS file (GH-13599)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fae513843566..1638a8b4b443 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -37,7 +37,7 @@ Objects/dict*                 @methane
 Python/bootstrap_hash.c       @python/crypto-team
 
 # Email and related
-**/*mail*                     @python/email-team
+**/*mail*                     @python/email-team @maxking
 **/*smtp*                     @python/email-team
 **/*mime*                     @python/email-team
 **/*imap*                     @python/email-team



More information about the Python-checkins mailing list