From c0a76f1d92c613ab6b21389be601218c48d59ce4 Mon Sep 17 00:00:00 2001 From: wejengin2 <48154165+wejengin2@users.noreply.github.com> Date: Sat, 4 Feb 2023 13:59:51 +0100 Subject: [PATCH] [boring] Github labeler changes (#17709) * changes * ruins and shutles --- .github/labeler.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index bc926b734f89..54c792278a50 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,21 +15,26 @@ DME Edit: - './*.dme' - '**/*.dme' -# Any .dmi changes +# Changes to a .dmi or anything in the icons folder Sprites: - '**/*.dmi' + - 'icons/*.dmi' # Javascript changes Javascript: - '**/*.js' -# Changes to a .dmm -Map Change: +# Changes to a .dmm or anything in the _maps folder or any of the map definitions +Mapping: - '**/*.dmm' + - '_maps/**' + - 'code/datums/ruins/**' + - 'code/datums/shuttles.dm' -# Any changes to .ogg files are marked as sound +# Changes to a .ogg or anything in the sound folder Sound: - '**/*.ogg' + - 'sound/**' # Changes to the SQL subfolder SQL: