Skip to content

Commit 48700c0

Browse files
committed
Add Adam Turner to CODEOWNERS
1 parent e52ab56 commit 48700c0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# https://git-scm.com/docs/gitignore#_pattern_format
66

77
# GitHub
8-
.github/** @ezio-melotti @hugovk
8+
.github/** @ezio-melotti @hugovk @AA-Turner
99

1010
# pre-commit
1111
.pre-commit-config.yaml @hugovk @AlexWaygood
12-
.ruff.toml @hugovk @AlexWaygood
12+
.ruff.toml @hugovk @AlexWaygood @AA-Turner
1313

1414
# Build system
1515
configure* @erlend-aasland @corona10
@@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently
5656
# dbm
5757
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
5858

59+
# Doc/ tools
60+
Doc/conf.py @AA-Turner
61+
Doc/Makefile @AA-Turner
62+
Doc/make.bat @AA-Turner
63+
Doc/requirements.txt @AA-Turner
64+
Doc/_static/** @AA-Turner
65+
Doc/tools/** @AA-Turner
66+
5967
# runtime state/lifecycle
6068
**/*pylifecycle* @ericsnowcurrently
6169
**/*pystate* @ericsnowcurrently

0 commit comments

Comments
 (0)