From bbb3972fa8d38f3d486152e1c90aaac4a73be812 Mon Sep 17 00:00:00 2001 From: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:53:57 -0500 Subject: [PATCH] Label ship and ruins! (#3620) ## About The Pull Request requsted by thgvr ## Why It's Good For The Game ## Changelog :cl: code: better pr labeling for ships and ruins /:cl: --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5b585de45322..fe3c756cca78 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -42,6 +42,18 @@ Map Change: - "**/*.dmm" - "_maps/**" +Ship: +- changed-files: + - any-glob-to-any-file: + - "_maps/shuttles/**" + - "_maps/configs/**" + +Ruin: +- changed-files: + - any-glob-to-any-file: + - "_maps/RandomRuins/**" + - "code/datums/ruins/**" + # Any changes to .ogg files are marked as sound Sound: - changed-files: