Skip to content

Commit

Permalink
fix: Update labeler.yml with additives_classes and additives (#10098)
Browse files Browse the repository at this point in the history
* fix: Update labeler.yml with additives_classes and additives

* Update labeler.yml
  • Loading branch information
teolemon committed Apr 30, 2024
1 parent 249c229 commit a724c12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ Food groups:
# Tracking issue: https://github.com/openfoodfacts/openfoodfacts-server/issues/7528
🧪 Additives:
- changed-files:
- any-glob-to-any-file: 'taxonomies/food/additives.txt'
- any-glob-to-any-file: 'taxonomies/additives.txt'
- any-glob-to-any-file: 'taxonomies/additives_classes.txt'
- any-glob-to-any-file: 'scripts/merge_additives_lists.pl'
- any-glob-to-any-file: 'scripts/extract_additives.pl'
- any-glob-to-any-file: 'scripts/add_efsa_evaluations_to_additives_taxonomy.pl'
Expand Down Expand Up @@ -616,6 +617,7 @@ Numbers:
- any-glob-to-any-file: 'scripts/packager-codes/fi-packagers-xls2csv.pl'
- any-glob-to-any-file: 'scripts/packager-codes/fr-packagers-refresh.pl'
- any-glob-to-any-file: 'scripts/packager-codes/se-packagers-html2tsv.pl'
- any-glob-to-any-file: 'scripts/packager-codes/si-packagers-refresh.py'
- any-glob-to-any-file: 'scripts/update_packager_codes.pl'
- any-glob-to-any-file: 'scripts/update_packager_codes_fsa_ratings.pl'
- any-glob-to-any-file: 'scripts/test_normalize_packaging_codes.pl'
Expand All @@ -624,6 +626,10 @@ Numbers:
- any-glob-to-any-file: 'tests/integration/expected_test_results/facets/packager-code_fr-85-222-003-ec.json'
- any-glob-to-any-file: 'tests/integration/expected_test_results/facets/packager-code_fr-85-222-003-ce.json'
- any-glob-to-any-file: 'packager-codes/FR-merge-UTF-8.csv'
- any-glob-to-any-file: 'packager-codes/geocode_addresses.sto'
- any-glob-to-any-file: 'packager-codes/packager_codes.sto'



# facets: facets allow you to explore products according to various criterion. Based on MongoDB
facets:
Expand Down

0 comments on commit a724c12

Please sign in to comment.