From: Pablo Galindo Date: Wed, 24 Apr 2019 20:25:23 +0000 (+0100) Subject: Add @pablogsal to code owners file for Parser/pgen (GH-12944) X-Git-Tag: v3.8.0a4~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=888f37bc2826d9ab2cbec6f153e7f58a34785c4a;p=python 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. --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ca555b7fa..9b7a4032fb 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