summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-10-22 18:26:14 (GMT)
committerGitHub <noreply@github.com>2020-10-22 18:26:14 (GMT)
commite76b8fc8155fac5dafa6b531d2b679c90c39748d (patch)
treeff0f6e1bc25a619d1de3abd5a4e5a97c3b0f1347 /.github
parentc6d7e82d19c091af698d4e4b3623648e259843e3 (diff)
downloadcpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.zip
cpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.tar.gz
cpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.tar.bz2
Add CODEOWNERS for the Grammar file (GH-22898)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 31003a8..5b8662c 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