From: Lysandros Nikolaou Date: Thu, 22 Oct 2020 18:26:14 +0000 (+0300) Subject: Add CODEOWNERS for the Grammar file (GH-22898) X-Git-Tag: v3.10.0a2~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e76b8fc8155fac5dafa6b531d2b679c90c39748d;p=thirdparty%2FPython%2Fcpython.git Add CODEOWNERS for the Grammar file (GH-22898) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 31003a8ac247..5b8662cfe092 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -76,6 +76,7 @@ Include/pytime.h @pganssle @abalkin /Parser/ @pablogsal @lysnikolaou /Tools/peg_generator/ @pablogsal @lysnikolaou /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou +/Grammar/python.gram @pablogsal @lysnikolaou # SQLite 3 **/*sqlite* @berkerpeksag