[Python-checkins] Add @bitdancer as codeowner of email related stuff. (GH-2987)

Mariatta webhook-mailer at python.org
Wed Aug 2 18:50:55 EDT 2017


https://github.com/python/cpython/commit/d9d55c91bec4776b41685b48fe660621e89f0617
commit: d9d55c91bec4776b41685b48fe660621e89f0617
branch: master
author: R. David Murray <rdmurray at bitdance.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-08-02T15:50:50-07:00
summary:

Add @bitdancer as codeowner of email related stuff. (GH-2987)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 137681b9a95..1c5164f6640 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -19,3 +19,10 @@
 
 # SSL
 **/*ssl*                      @tiran
+
+# Email and related
+**/*mail*                     @bitdancer
+**/*smtp*                     @bitdancer
+**/*mime*                     @bitdancer
+**/*imap*                     @bitdancer
+**/*poplib*                   @bitdancer



More information about the Python-checkins mailing list