From 1896b9f0df7f032857b44610961190e1bb7ae83f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 30 Aug 2024 21:28:00 -0400 Subject: [PATCH] Make self turtledemo codeowner --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9aa5004b0cdb7f..2ff642f811df1c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -211,8 +211,9 @@ Doc/c-api/stable.rst @encukou **/*ensurepip* @pfmoore @pradyunsg -**/*idlelib* @terryjreedy /Doc/library/idle.rst @terryjreedy +**/*idlelib* @terryjreedy +**/*turtledemo* @terryjreedy **/*annotationlib* @JelleZijlstra **/*typing* @JelleZijlstra @AlexWaygood