From 055527cb73cbc64213d9fbb13339e1697ff10074 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:57:30 +0000 Subject: [PATCH 1/2] Add Adam Turner to CODEOWNERS --- .github/CODEOWNERS | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1abcd455eca11b..ed078b48948e30 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,11 +5,11 @@ # https://git-scm.com/docs/gitignore#_pattern_format # GitHub -.github/** @ezio-melotti @hugovk +.github/** @ezio-melotti @hugovk @AA-Turner # pre-commit .pre-commit-config.yaml @hugovk @AlexWaygood -.ruff.toml @hugovk @AlexWaygood +.ruff.toml @hugovk @AlexWaygood @AA-Turner # Build system configure* @erlend-aasland @corona10 @@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently # dbm **/*dbm* @corona10 @erlend-aasland @serhiy-storchaka +# Doc/ tools +Doc/conf.py @AA-Turner +Doc/Makefile @AA-Turner +Doc/make.bat @AA-Turner +Doc/requirements.txt @AA-Turner +Doc/_static/** @AA-Turner +Doc/tools/** @AA-Turner + # runtime state/lifecycle **/*pylifecycle* @ericsnowcurrently **/*pystate* @ericsnowcurrently @@ -293,6 +301,6 @@ Lib/configparser.py @jaraco Lib/test/test_configparser.py @jaraco # Doc sections -Doc/reference/ @willingc +Doc/reference/ @willingc @AA-Turner **/*weakref* @kumaraditya303 From dcc65746249fd346f4593c2427fa54161f763459 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:22:22 +0000 Subject: [PATCH 2/2] Add Hugo too Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ed078b48948e30..76b61e700b5f72 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -57,12 +57,12 @@ Tools/c-analyzer/ @ericsnowcurrently **/*dbm* @corona10 @erlend-aasland @serhiy-storchaka # Doc/ tools -Doc/conf.py @AA-Turner -Doc/Makefile @AA-Turner -Doc/make.bat @AA-Turner -Doc/requirements.txt @AA-Turner -Doc/_static/** @AA-Turner -Doc/tools/** @AA-Turner +Doc/conf.py @AA-Turner @hugovk +Doc/Makefile @AA-Turner @hugovk +Doc/make.bat @AA-Turner @hugovk +Doc/requirements.txt @AA-Turner @hugovk +Doc/_static/** @AA-Turner @hugovk +Doc/tools/** @AA-Turner @hugovk # runtime state/lifecycle **/*pylifecycle* @ericsnowcurrently