diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 138d2fb6e82a..57e5b764f005 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,6 +29,13 @@ /code/controllers/subsystem/ticker.dm @yogstation13/head-coders /code/datums/ai_laws.dm @yogstation13/head-coders +#binary files which need to be setup on the server +*.so @yogstation13/head-coders +rust_g @yogstation13/head-coders +#tracking new jobs and antags to make sure the website ban page is kept up to date +/code/modules/jobs/jobs.dm @yogstation13/head-coders +/code/modules/admin/sql_ban_system.dm @yogstation13/head-coders + #thegamerdk /code/modules/mob/living/silicon/ai/decentralized @TheGamerdk