https://github.com/python/cpython/commit/78b1370de96bab5eee82b022a9e26e633a040e0b commit: 78b1370de96bab5eee82b022a9e26e633a040e0b branch: main author: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> committer: hugovk <[email protected]> date: 2026-01-19T00:28:38+02:00 summary:
Notify Sviat of GHA changes through codeowners (#143945) Co-authored-by: Hugo van Kemenade <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bf10e34fde1f47..440d4c005c6978 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -63,8 +63,8 @@ .azure-pipelines/ @AA-Turner # GitHub & related scripts -.github/ @ezio-melotti @hugovk @AA-Turner -Tools/build/compute-changes.py @AA-Turner +.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz +Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg # Pre-commit _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
