make labeler recursive

this is mentioned by Jan in Discord.
This commit is contained in:
Takase 2021-11-10 08:12:27 +08:00 committed by GitHub
parent d22bf520ed
commit 2033b67dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
.github/labeler.yml vendored
View File

@ -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/**/*