Skip to content

Commit df18c8c

Browse files
committedMay 6, 2019
Remove reduz from some autorequested code reviews
He's still one of the main architects of some of these code branches, but quite often PRs that modify one or two files in such folders don't necessarily need his input, and he has enough backlog to handle. PR triagers will ask for his review manually whenever relevant. He's left as code owner for physics/visual servers and rendering backends.
1 parent 2a8cb46 commit df18c8c

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed
 

‎CODEOWNERS

+4-11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Each line is a file pattern followed by one or more owners.
33
# Owners can be @users, @org/teams or emails
44

5-
/core/ @reduz
6-
75
/doc/ @godotengine/documentation
86
doc_classes/* @godotengine/documentation
97

@@ -22,22 +20,19 @@ doc_classes/* @godotengine/documentation
2220
/drivers/winmidi/ @marcelofg55
2321
/drivers/xaudio2/ @marcelofg55
2422

25-
# Porting
26-
/drivers/unix/ @reduz @hpvb
27-
/drivers/windows/ @reduz @hpvb
23+
/drivers/unix/ @hpvb
24+
/drivers/windows/ @hpvb
2825

2926
/editor/icons/ @djrm
3027

31-
/main/ @reduz
32-
3328
/misc/ @akien-mga
3429

3530
/modules/bullet/ @AndreaCatania
36-
/modules/csg/ @reduz @BastiaanOlij
31+
/modules/csg/ @BastiaanOlij
3732
/modules/enet/ @godotengine/network
3833
/modules/gdnative/ @karroffel
3934
/modules/gdnative/*arvr/ @BastiaanOlij
40-
/modules/gdscript/ @reduz @vnen @bojidar-bg
35+
/modules/gdscript/ @vnen @bojidar-bg
4136
/modules/mbedtls/ @godotengine/network
4237
/modules/mobile_vr/ @BastiaanOlij
4338
/modules/mono/ @neikeq
@@ -49,8 +44,6 @@ doc_classes/* @godotengine/documentation
4944
/platform/javascript/ @eska014
5045
/platform/uwp/ @vnen
5146

52-
/scene/main/ @reduz
53-
5447
/server/physics*/ @reduz @AndreaCatania
5548
/server/visual*/ @reduz @karroffel
5649

0 commit comments

Comments
 (0)
Please sign in to comment.