From 888f37bc2826d9ab2cbec6f153e7f58a34785c4a Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Wed, 24 Apr 2019 21:25:23 +0100 Subject: 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. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12