]> granicus.if.org Git - python/commitdiff
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 24 Apr 2019 20:25:23 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2019 20:25:23 +0000 (21:25 +0100)
Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component.

.github/CODEOWNERS

index 2ca555b7fa50c463a3e973e20da01bf42905532b..9b7a4032fb43705d88eafe055514a76c6282a383 100644 (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