Update CODEOWNERS (#6404)
This commit is contained in:
parent
206ded17c8
commit
0637a82e40
|
|
@ -1,34 +1,25 @@
|
||||||
# Last match in file takes precedence.
|
# Last match in file takes precedence.
|
||||||
|
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
|
||||||
|
|
||||||
# C# code
|
* @DeltaV-Station/maintainers
|
||||||
/Content.*/ @DeltaV-Station/maintainers
|
|
||||||
|
|
||||||
# Any assets
|
|
||||||
/Resources/ @DeltaV-Station/maintainers
|
|
||||||
|
|
||||||
# Server config files
|
# Server config files
|
||||||
/Resources/ConfigPresets/ @Toby222
|
/Resources/ConfigPresets/ @DeltaV-Station/lead-maintainers
|
||||||
|
|
||||||
|
# Github workflows
|
||||||
|
/.github/ @DeltaV-Station/lead-maintainers
|
||||||
|
|
||||||
# Lobby art and music - automatically direction issues since its immediately visible to players
|
# Lobby art and music - automatically direction issues since its immediately visible to players
|
||||||
/Resources/Audio/Lobby/ @DeltaV-Station/direction
|
/Resources/Audio/Lobby/ @DeltaV-Station/direction @DeltaV-Station/maintainers
|
||||||
/Resources/Textures/LobbyScreens/ @DeltaV-Station/direction
|
/Resources/Textures/LobbyScreens/ @DeltaV-Station/direction @DeltaV-Station/maintainers
|
||||||
|
|
||||||
# Maps
|
# Maps
|
||||||
/Resources/Maps/ @DeltaV-Station/maptainers
|
/Resources/Maps/ @DeltaV-Station/maptainers
|
||||||
/Resources/Prototypes/Maps/ @DeltaV-Station/maptainers
|
/Resources/Prototypes/Maps/ @DeltaV-Station/maptainers
|
||||||
/Content.IntegrationTests/Tests/PostMapInitTest.cs @DeltaV-Station/maptainers
|
/Content.IntegrationTests/Tests/PostMapInitTest.cs @DeltaV-Station/maptainers @DeltaV-Station/maintainers
|
||||||
|
|
||||||
# Server rules
|
# Server rules
|
||||||
/Resources/ServerInfo/Guidebook/_DV/Rules/ @DeltaV-Station/head-administrators
|
/Resources/ServerInfo/Guidebook/_DV/Rules/ @DeltaV-Station/head-administrators
|
||||||
|
|
||||||
# Wiki
|
# Wiki
|
||||||
/.wiki/ @DeltaV-Station/direction
|
/.wiki/ @DeltaV-Station/direction
|
||||||
|
|
||||||
# Tools and scripts
|
|
||||||
/Tools/ @Toby222
|
|
||||||
|
|
||||||
# Workflows, codeowners, templates, etc.
|
|
||||||
/.github/ @Toby222
|
|
||||||
|
|
||||||
# Standalone files in the root repo
|
|
||||||
/* @Toby222
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue