diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-04-24 20:25:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 20:25:23 (GMT) |
commit | 888f37bc2826d9ab2cbec6f153e7f58a34785c4a (patch) | |
tree | 6ef37a8abe0a44dca66f161f302668c863bd0f17 /.github | |
parent | 004b93ea8947bcbe85b6fa16fe0999bfa712d5c1 (diff) | |
download | cpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.zip cpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.tar.gz cpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.tar.bz2 |
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component.
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 2ca555b..9b7a403 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -43,6 +43,9 @@ Python/bootstrap_hash.c @python/crypto-team **/*imap* @python/email-team **/*poplib* @python/email-team +# Parser/Pgen +/Parser/pgen/ @pablogsal + # SQLite 3 **/*sqlite* @berkerpeksag |