[Python-checkins] Add @pablogsal to code owners file for Parser/pgen (GH-12944)

Pablo Galindo webhook-mailer at python.org
Wed Apr 24 16:27:03 EDT 2019


https://github.com/python/cpython/commit/888f37bc2826d9ab2cbec6f153e7f58a34785c4a
commit: 888f37bc2826d9ab2cbec6f153e7f58a34785c4a
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-04-24T21:25:23+01:00
summary:

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.

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2ca555b7fa50..9b7a4032fb43 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
 



More information about the Python-checkins mailing list