]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add @pablogsal as code owner for pegen-related files (GH-19665)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 22 Apr 2020 23:47:32 +0000 (00:47 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 23:47:32 +0000 (00:47 +0100)
.github/CODEOWNERS

index 9354cc85d2883750811151ff5a53be5d6e2d65f2..4d80698eff39c45339641f77c7ecca6959c1c1c4 100644 (file)
@@ -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