summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-07-28 07:50:14 (GMT)
committerGitHub <noreply@github.com>2024-07-28 07:50:14 (GMT)
commit3ff5ce4706630207bb2c2e2589a4501bf0d1bd78 (patch)
treed11f06af5901a5d337d60df4bd0784a79edb9132 /.github
parent04eb5c8db1e24cabd0cb81392bb2632c03be1550 (diff)
downloadcpython-3ff5ce4706630207bb2c2e2589a4501bf0d1bd78.zip
cpython-3ff5ce4706630207bb2c2e2589a4501bf0d1bd78.tar.gz
cpython-3ff5ce4706630207bb2c2e2589a4501bf0d1bd78.tar.bz2
gh-119180: Add myself as CODEOWNER for annotationlib (#122366)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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 95e30ac..9aa5004 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -214,6 +214,7 @@ Doc/c-api/stable.rst @encukou
**/*idlelib* @terryjreedy
/Doc/library/idle.rst @terryjreedy
+**/*annotationlib* @JelleZijlstra
**/*typing* @JelleZijlstra @AlexWaygood
**/*ftplib @giampaolo