From a88fdfd343debe6effb46e7fef769493163dd1ed Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 16 Jan 2026 20:16:59 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=94Notify=20Sviat=20of=20GHA=20cha?= =?UTF-8?q?nges=20through=20codeowners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a follow-up to getting the triage bit [[1]] as suggested by Petr privately, prior to the nomination. The patch is meant to ping me regarding any PRs that touch GitHub Actions CI/CD instead of Petr doing so manually. [1]: https://github.com/python/core-workflow/issues/591 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bf10e34fde1f47..3701cb5d394594 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -63,7 +63,7 @@ .azure-pipelines/ @AA-Turner # GitHub & related scripts -.github/ @ezio-melotti @hugovk @AA-Turner +.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz Tools/build/compute-changes.py @AA-Turner Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg From 309ca49b584150b7591b0bca09a9b81dc323883e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:38:05 +0200 Subject: [PATCH 2/2] Add hugovk as CODEOWNER for Tools/build/compute-changes.py --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3701cb5d394594..a7f5cded9caf17 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -64,7 +64,7 @@ # GitHub & related scripts .github/ @ezio-melotti @hugovk @AA-Turner @webknjaz -Tools/build/compute-changes.py @AA-Turner +Tools/build/compute-changes.py @AA-Turner @hugovk Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg # Pre-commit