Update CODEOWNERS to account for the new parser location (GH-20971)

This commit is contained in:
Pablo Galindo 2020-06-18 23:23:40 +01:00 committed by GitHub
parent 8a64ceaf98
commit d906f0ec1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.github/CODEOWNERS vendored
View File

@ -72,10 +72,10 @@ Include/pytime.h @pganssle @abalkin
/Modules/gcmodule.c @pablogsal
/Doc/library/gc.rst @pablogsal
# Parser/Pgen
/Parser/pgen/ @pablogsal
/Parser/pegen/ @pablogsal
# Parser
/Parser/ @pablogsal
/Tools/peg_generator/ @pablogsal
/Lib/test/test_peg_generator/ @pablogsal
# SQLite 3
**/*sqlite* @berkerpeksag