Skip to content

Commit

Permalink
Add a tutorial label and remove the mod label from such changes
Browse files Browse the repository at this point in the history
Hopefully this syntax is correct I forget which labeller we use
  • Loading branch information
Procyonae committed Oct 30, 2024
1 parent d7274eb commit a4a752f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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**"
Expand All @@ -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/**"

0 comments on commit a4a752f

Please sign in to comment.