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.
This commit is contained in:
Pablo Galindo 2019-04-24 21:25:23 +01:00 committed by GitHub
parent 004b93ea89
commit 888f37bc28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/CODEOWNERS vendored
View file

@ -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