From 1d8a705dc7fe87bae459deb0b750064ed25f5f0b Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:53:04 +0100 Subject: [PATCH 1/2] Update CODEOWNERS to use a mapping team for maps --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a33538e4b76ee..7248176b694bf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,10 @@ # In the event that multiple org members are to be informed of changes # to the same file or dir, add them to the end under Multiple Owners +# Mapping + +/_maps @beestation-mapping + # crossedfall .dockerignore @crossedfall @@ -26,10 +30,6 @@ Dockerfile @crossedfall /code/modules/shuttle/super_cruise @powerfulbacon /code/modules/shuttle/shuttle_creation @powerfulbacon -# pestoverde322 - -/_maps @pestoverde322 - # itsmeow /code/game/gamemodes/dynamic @itsmeow From fce25523e1f54d63d7b7ecebdb7272d3e25124b3 Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:55:02 +0100 Subject: [PATCH 2/2] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7248176b694bf..30fafae9d3c21 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # Mapping -/_maps @beestation-mapping +/_maps @BeeStation/beestation-mapping # crossedfall