Skip to content

Commit

Permalink
Merge pull request #58170 from andrei8l/labeler-mod
Browse files Browse the repository at this point in the history
labeler: don't apply Mods label for TEST_DATA changes
  • Loading branch information
ZhilkinSerg authored Jun 6, 2022
2 parents c0af09f + 243d658 commit 7d3b282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

"Code: Tests":
- tests/**/*
- data/mods/TEST_DATA/**/*

"Character / World Generation":
- src/newcharacter.cpp
Expand Down Expand Up @@ -208,7 +209,8 @@
- data/mods/Xedra_Evolved/**/*

"Mods":
- data/mods/**/*
- any: [ 'data/mods/**/*' ]
all: [ '!data/mods/TEST_DATA/**/*' ]

"Mechanics: Enchantments / Spells":
- "**/enchantments**"
Expand Down

0 comments on commit 7d3b282

Please sign in to comment.