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
1 changed files with 3 additions and 0 deletions

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