From d3ca5ea328cd6387c0213f574753ca3e52677f99 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sun, 7 Apr 2024 11:47:36 +0200 Subject: [PATCH] fix: new format for the labeler (#899) --- .github/labeler.yml | 68 +++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 27 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 58f3213df9..fa148c0bb6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,54 +1,68 @@ GitHub Actions: -- .github/**/* +- changed-files: + - any-glob-to-any-file: '.github/**/*' ๐Ÿงช Tests: -- test/**/* -- test/api_getTaxonomyPackagingMaterialsServer_test.dart -- test/api_getTaxonomyPackagingShapesServer_test.dart +- changed-files: + - any-glob-to-any-file: 'test/**/*' + - any-glob-to-any-file: 'test/api_getTaxonomyPackagingMaterialsServer_test.dart' + - any-glob-to-any-file: 'test/api_getTaxonomyPackagingShapesServer_test.dart' ๐Ÿ“– Knowledge panels: -- lib/src/model/knowledge_panel.g.dart -- lib/src/model/knowledge_panel_element.g.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/knowledge_panel.g.dart' + - any-glob-to-any-file: 'lib/src/model/knowledge_panel_element.g.dart' Product: -- lib/src/model/product.dart -- lib/src/model/product.g.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/product.dart' + - any-glob-to-any-file: 'lib/src/model/product.g.dart' ๐Ÿค– Robotoff: -- lib/src/model/robotoff_question.g.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/robotoff_question.g.dart' pubspec: -- pubspec.yaml +- changed-files: + - any-glob-to-any-file: 'pubspec.yaml' ๐ŸŒฑ Eco-Score: -- lib/src/model/ecoscore_data.g.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/ecoscore_data.g.dart' Personalized search: -- lib/src/personalized_search/**/* +- changed-files: + - any-glob-to-any-file: 'lib/src/personalized_search/**/*' Folksonomy Engine: -- lib/src/folksonomy.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/folksonomy.dart' ๐Ÿ“ฆ Packaging: -- lib/src/model/TaxonomyPackagingMaterial.dart -- lib/src/model/TaxonomyPackagingMaterial.g.dart -- lib/src/model/TaxonomyPackagingShape.dart -- lib/src/model/TaxonomyPackagingShape.g.dart -- test/api_getTaxonomyPackagingMaterialsServer_test.dart -- test/api_getTaxonomyPackagingShapesServer_test.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/TaxonomyPackagingMaterial.dart' + - any-glob-to-any-file: 'lib/src/model/TaxonomyPackagingMaterial.g.dart' + - any-glob-to-any-file: 'lib/src/model/TaxonomyPackagingShape.dart' + - any-glob-to-any-file: 'lib/src/model/TaxonomyPackagingShape.g.dart' + - any-glob-to-any-file: 'test/api_getTaxonomyPackagingMaterialsServer_test.dart' + - any-glob-to-any-file: 'test/api_getTaxonomyPackagingShapesServer_test.dart' ๐Ÿ“œ Open Food Facts Events: -- lib/src/events.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/events.dart' OxF: -- lib/src/utils/server_type.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/utils/server_type.dart' ๐Ÿ–ผ๏ธ Images: -- lib/src/model/product_image.dart -- lib/src/utils/image_helper.dart -- test/api_get_product_image_ids_test.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/model/product_image.dart' + - any-glob-to-any-file: 'lib/src/utils/image_helper.dart' + - any-glob-to-any-file: 'test/api_get_product_image_ids_test.dart' ๐Ÿ’ฐ Prices: -- lib/src/prices/*.dart -- lib/src/open_prices_api_client.dart -- test/api_prices_*.dart +- changed-files: + - any-glob-to-any-file: 'lib/src/prices/*.dart' + - any-glob-to-any-file: 'lib/src/open_prices_api_client.dart' + - any-glob-to-any-file: 'test/api_prices_*.dart'