summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-04-24 20:25:23 (GMT)
committerGitHub <noreply@github.com>2019-04-24 20:25:23 (GMT)
commit888f37bc2826d9ab2cbec6f153e7f58a34785c4a (patch)
tree6ef37a8abe0a44dca66f161f302668c863bd0f17
parent004b93ea8947bcbe85b6fa16fe0999bfa712d5c1 (diff)
downloadcpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.zip
cpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.tar.gz
cpython-888f37bc2826d9ab2cbec6f153e7f58a34785c4a.tar.bz2
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
Add myself to the codeowners file as I would like to be automatically added as a reviewer for PRs that touch that component.
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2ca555b..9b7a403 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,6 +43,9 @@ Python/bootstrap_hash.c @python/crypto-team
**/*imap* @python/email-team
**/*poplib* @python/email-team
+# Parser/Pgen
+/Parser/pgen/ @pablogsal
+
# SQLite 3
**/*sqlite* @berkerpeksag