From 2033b67daee1452005d384ad235c618b2567c7b3 Mon Sep 17 00:00:00 2001 From: Takase <20792268+takase1121@users.noreply.github.com> Date: Wed, 10 Nov 2021 08:12:27 +0800 Subject: [PATCH] make labeler recursive this is mentioned by Jan in Discord. --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a59bd3ec..41f66c7c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,16 +14,16 @@ - subprojects/* "Category: Documentation": - - docs/* + - docs/**/* "Category: Resources": - - resources/* + - resources/**/* "Category: Themes": - data/colors/* "Category: Lua Core": - - data/core/* + - data/core/**/* "Category: Fonts": - data/fonts/* @@ -32,4 +32,4 @@ - data/plugins/* "Category: C Core": - - src/* + - src/**/*