diff options
author | Gregory P. Smith <greg@krypto.org> | 2017-08-04 20:00:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 20:00:06 -0600 |
commit | 60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd (patch) | |
tree | ce941bf65516be45be49f539c6ebd0e2dc5a770b /.github | |
parent | Notify the import-team on import-related PRs (GH-3002) (diff) | |
download | cpython-60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd.tar.gz cpython-60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd.tar.bz2 cpython-60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd.zip |
add myself to CODEOWNERS for subprocess. (#3005)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 550c9564fca..cdb9feee57b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,3 +26,6 @@ **/*mime* @bitdancer **/*imap* @bitdancer **/*poplib* @bitdancer + +# subprocess +**/*subprocess* @gpshead |