summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2017-08-02 22:50:50 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-08-02 22:50:50 (GMT)
commitd9d55c91bec4776b41685b48fe660621e89f0617 (patch)
treee883eb89a0e5432a1e019b42b5b6821683f961f2 /.github
parent6ea56d2ebcae69257f8dd7af28c357b25bf394c3 (diff)
downloadcpython-d9d55c91bec4776b41685b48fe660621e89f0617.zip
cpython-d9d55c91bec4776b41685b48fe660621e89f0617.tar.gz
cpython-d9d55c91bec4776b41685b48fe660621e89f0617.tar.bz2
Add @bitdancer as codeowner of email related stuff. (GH-2987)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 137681b..1c5164f 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