From a4a752fa907f977b2b233fb5721f193e97f46a43 Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:55:53 +0000 Subject: [PATCH] Add a tutorial label and remove the mod label from such changes Hopefully this syntax is correct I forget which labeller we use --- .github/labeler.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1dc93de326668..c0ee26dc91d16 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -279,8 +279,7 @@ - data/mods/Isolation-Protocol/**/* "Mods": - - any: [ 'data/mods/**' ] - all: [ '!data/mods/TEST_DATA/**' ] + - all: [ 'data/mods/**', '!data/mods/TEST_DATA/**', '!data/mods/dda/**', '!data/mods/dda_tutorial/**' ] "Mechanics: Enchantments / Spells": - "**/**enchantment**" @@ -301,6 +300,9 @@ "Mods: Defense Mode": - "data/mods/Defense_Mode/**" +"Tutorial": + - "data/mods/dda_tutorial/**" + "ImGui": - "src/third-party/imgui/**" - "src/third-party/imtui/**"