summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-07-01 09:47:35 (GMT)
committerGitHub <noreply@github.com>2020-07-01 09:47:35 (GMT)
commitd0981e61a5869c48e0a70a512967558391272a93 (patch)
tree52489f52f31f374d9483f017a61fa9d037402f3b /.github
parent741008a57bdc95090b8be6ded5a9fd3f17f7bf21 (diff)
downloadcpython-d0981e61a5869c48e0a70a512967558391272a93.zip
cpython-d0981e61a5869c48e0a70a512967558391272a93.tar.gz
cpython-d0981e61a5869c48e0a70a512967558391272a93.tar.bz2
Add lysnikolaou to CODEOWNERS for the new parser (GH-21252)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c33bf1e..31003a8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -73,9 +73,9 @@ Include/pytime.h @pganssle @abalkin
/Doc/library/gc.rst @pablogsal
# Parser
-/Parser/ @pablogsal
-/Tools/peg_generator/ @pablogsal
-/Lib/test/test_peg_generator/ @pablogsal
+/Parser/ @pablogsal @lysnikolaou
+/Tools/peg_generator/ @pablogsal @lysnikolaou
+/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
# SQLite 3
**/*sqlite* @berkerpeksag