make labeler recursive
this is mentioned by Jan in Discord.
This commit is contained in:
+4
-4
@@ -14,16 +14,16 @@
|
|||||||
- subprojects/*
|
- subprojects/*
|
||||||
|
|
||||||
"Category: Documentation":
|
"Category: Documentation":
|
||||||
- docs/*
|
- docs/**/*
|
||||||
|
|
||||||
"Category: Resources":
|
"Category: Resources":
|
||||||
- resources/*
|
- resources/**/*
|
||||||
|
|
||||||
"Category: Themes":
|
"Category: Themes":
|
||||||
- data/colors/*
|
- data/colors/*
|
||||||
|
|
||||||
"Category: Lua Core":
|
"Category: Lua Core":
|
||||||
- data/core/*
|
- data/core/**/*
|
||||||
|
|
||||||
"Category: Fonts":
|
"Category: Fonts":
|
||||||
- data/fonts/*
|
- data/fonts/*
|
||||||
@@ -32,4 +32,4 @@
|
|||||||
- data/plugins/*
|
- data/plugins/*
|
||||||
|
|
||||||
"Category: C Core":
|
"Category: C Core":
|
||||||
- src/*
|
- src/**/*
|
||||||
|
|||||||
Reference in New Issue
Block a user