summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2017-08-04 20:00:06 -0600
committerGitHub <noreply@github.com>2017-08-04 20:00:06 -0600
commit60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd (patch)
treece941bf65516be45be49f539c6ebd0e2dc5a770b /.github
parentd255fea7c7cf91f589003a997ad38c7f4c0825a9 (diff)
downloadcpython-git-60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd.tar.gz
add myself to CODEOWNERS for subprocess. (#3005)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 550c9564fc..cdb9feee57 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,3 +26,6 @@
**/*mime* @bitdancer
**/*imap* @bitdancer
**/*poplib* @bitdancer
+
+# subprocess
+**/*subprocess* @gpshead