From: Pablo Galindo Date: Wed, 22 Apr 2020 23:47:32 +0000 (+0100) Subject: Add @pablogsal as code owner for pegen-related files (GH-19665) X-Git-Tag: v3.9.0a6~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce0eacb19cdc7e35b62839649003edd6196dd70f;p=thirdparty%2FPython%2Fcpython.git Add @pablogsal as code owner for pegen-related files (GH-19665) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9354cc85d288..4d80698eff39 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -74,6 +74,8 @@ Include/pytime.h @pganssle @abalkin # Parser/Pgen /Parser/pgen/ @pablogsal +/Parser/pegen/ @pablogsal +/Tools/peg_generator/ @pablogsal # SQLite 3 **/*sqlite* @berkerpeksag