]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Jacob to CODEOWNERS for Infra/GHA/CI (#152112)
authorJacob Coffee <jacob@z7x.org>
Wed, 24 Jun 2026 19:12:01 +0000 (21:12 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 19:12:01 +0000 (20:12 +0100)
.github/CODEOWNERS

index ecd24bb94d75641fd14d1205a90a41e993384fef..0cdf17838b5798f17fc3ebfadfc06279121a4c2f 100644 (file)
 .azure-pipelines/             @AA-Turner
 
 # GitHub & related scripts
-.github/                                    @ezio-melotti @hugovk @AA-Turner @webknjaz @itamaro
+.github/                                    @ezio-melotti @hugovk @AA-Turner @webknjaz @itamaro @JacobCoffee
 Tools/build/compute-changes.py              @AA-Turner @hugovk @webknjaz
 Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz
 Tools/build/verify_ensurepip_wheels.py      @AA-Turner @pfmoore @pradyunsg
 
 # Pre-commit
-.pre-commit-config.yaml       @hugovk
-.ruff.toml                    @hugovk @AlexWaygood @AA-Turner
+.pre-commit-config.yaml       @hugovk @JacobCoffee
+.ruff.toml                    @hugovk @AlexWaygood @AA-Turner @JacobCoffee
 
 # Patchcheck
 Tools/patchcheck/             @AA-Turner @itamaro