From 3eb8f45899f73eeb96fb29c719a19d7524ae4f1e Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 6 Sep 2024 13:43:35 +0200 Subject: [PATCH] ci: Folksonomy engine labeler (#968) --- .github/labeler.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c679925172..c964369f07 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -34,10 +34,11 @@ Personalized search: - changed-files: - any-glob-to-any-file: 'lib/src/personalized_search/**/*' -Folksonomy Engine: +🔖 Folksonomy engine: - changed-files: - any-glob-to-any-file: 'lib/src/folksonomy.dart' - + - any-glob-to-any-file: 'test/api_folksonomy_test.dart' + 📦 Packaging: - changed-files: - any-glob-to-any-file: 'lib/src/model/TaxonomyPackagingMaterial.dart'