mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add Adam Turner to CODEOWNERS (#129104)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
e52ab564da
commit
f3980af38b
1 changed files with 11 additions and 3 deletions
14
.github/CODEOWNERS
vendored
14
.github/CODEOWNERS
vendored
|
@ -5,11 +5,11 @@
|
||||||
# https://git-scm.com/docs/gitignore#_pattern_format
|
# https://git-scm.com/docs/gitignore#_pattern_format
|
||||||
|
|
||||||
# GitHub
|
# GitHub
|
||||||
.github/** @ezio-melotti @hugovk
|
.github/** @ezio-melotti @hugovk @AA-Turner
|
||||||
|
|
||||||
# pre-commit
|
# pre-commit
|
||||||
.pre-commit-config.yaml @hugovk @AlexWaygood
|
.pre-commit-config.yaml @hugovk @AlexWaygood
|
||||||
.ruff.toml @hugovk @AlexWaygood
|
.ruff.toml @hugovk @AlexWaygood @AA-Turner
|
||||||
|
|
||||||
# Build system
|
# Build system
|
||||||
configure* @erlend-aasland @corona10
|
configure* @erlend-aasland @corona10
|
||||||
|
@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently
|
||||||
# dbm
|
# dbm
|
||||||
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
|
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
|
||||||
|
|
||||||
|
# Doc/ tools
|
||||||
|
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
|
# runtime state/lifecycle
|
||||||
**/*pylifecycle* @ericsnowcurrently
|
**/*pylifecycle* @ericsnowcurrently
|
||||||
**/*pystate* @ericsnowcurrently
|
**/*pystate* @ericsnowcurrently
|
||||||
|
@ -293,6 +301,6 @@ Lib/configparser.py @jaraco
|
||||||
Lib/test/test_configparser.py @jaraco
|
Lib/test/test_configparser.py @jaraco
|
||||||
|
|
||||||
# Doc sections
|
# Doc sections
|
||||||
Doc/reference/ @willingc
|
Doc/reference/ @willingc @AA-Turner
|
||||||
|
|
||||||
**/*weakref* @kumaraditya303
|
**/*weakref* @kumaraditya303
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue