diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 894a16ac470..3ab36347213 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,20 +5,19 @@ ### AffectedArc07 # Actual Code -/code/controllers/subsystem/instancing.dm @AffectedArc07 -/code/controllers/subsystem/mapping.dm @AffectedArc07 -/code/controllers/subsystem/ticker.dm @AffectedArc07 -/tgui/ @AffectedArc07 +#/code/controllers/subsystem/instancing.dm @AffectedArc07 +#/code/controllers/subsystem/mapping.dm @AffectedArc07 +#/code/controllers/subsystem/ticker.dm @AffectedArc07 +#/tgui/ @AffectedArc07 # CI + Tooling -/.github/workflows/ @AffectedArc07 -/code/modules/unit_tests/ @AffectedArc07 -/tools/ci/ @AffectedArc07 +#/.github/workflows/ @AffectedArc07 +#/code/modules/unit_tests/ @AffectedArc07 +#/tools/ci/ @AffectedArc07 # Executables that need to be security-cleared -dreamchecker.exe @AffectedArc07 -rust_g.dll @AffectedArc07 - +#dreamchecker.exe @AffectedArc07 +#rust_g.dll @AffectedArc07 ### Fox-McCloud diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 177bfd0b335..c5601041a6f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -671,7 +671,7 @@ responsible for properly tagging new pull requests and issues, moderating commen pull requests/issues, and merging/closing pull requests. ### Maintainer List -* [AffectedArc07](https://github.com/AffectedArc07) + * [Ansari](https://github.com/variableundefined) * [Crazy Lemon](https://github.com/Crazylemon64) * [Fox P McCloud](https://github.com/Fox-McCloud) diff --git a/tools/github-actions/README.MD b/tools/github-actions/README.MD index b6a3542a884..74b31f5bdd6 100644 --- a/tools/github-actions/README.MD +++ b/tools/github-actions/README.MD @@ -4,4 +4,3 @@ This folder contains all the script and tools required for GitHub actions. If yo - `nanomap-renderer` - A linux application to render NanoMap images of the ingame maps automatically. Based off of SpacemanDMM (Modified source [here](https://github.com/AffectedArc07/ParaSpacemanDMM), original source [here](https://github.com/Spacemaniac/SpacemanDMM)) - `nanomap-renderer-invoker.sh` - A script which invokes the render tool and clones the maps to the correct directory -- `doc-generator` - A linux application to generate documentation of game code automatically. Based off of SpacemanDMM (Modified source [here](https://github.com/AffectedArc07/ParaSpacemanDMM), original source [here](https://github.com/Spacemaniac/SpacemanDMM))