summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-07-04 19:45:32 (GMT)
committerGitHub <noreply@github.com>2023-07-04 19:45:32 (GMT)
commiteeb5c63179eba0390c8937d0803a41092225be7e (patch)
tree8564ccb5982bc99e39e1d30c5d36abc2f11cc4dc /.github
parentc5dacc8fa0c3013be8b457afac996bdae1dc12d2 (diff)
downloadcpython-eeb5c63179eba0390c8937d0803a41092225be7e.zip
cpython-eeb5c63179eba0390c8937d0803a41092225be7e.tar.gz
cpython-eeb5c63179eba0390c8937d0803a41092225be7e.tar.bz2
Add some codeowners for `Tools/clinic/` (#106430)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c044e9b..5b471c7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -173,3 +173,7 @@ Doc/c-api/stable.rst @encukou
# zipfile.Path
**/*zipfile/*_path.py @jaraco
+
+# Argument Clinic
+/Tools/clinic/** @erlend-aasland @AlexWaygood
+/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood