From dcfe6b5f1f82ce39eff29b47c9451bafb7ed0bda Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 4 Dec 2024 16:19:03 +0100 Subject: [PATCH] ci: labeler for nutrition extraction (#1480) * ci: labeler for nutrition extraction * Apply suggestions from code review --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index d0b3d0773f..b63f9b2047 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -126,3 +126,8 @@ spellcheck: - any-glob-to-any-file: 'batch/​spellcheck/​requirements.txt' - any-glob-to-any-file: 'robotoff/​batch/​configs/​job_configs/​spellcheck.yaml' - any-glob-to-any-file: 'doc/​references/​ingredients-spellcheck.md' + +nutrition prediction: +- changed-files: + - any-glob-to-any-file: 'robotoff/prediction/nutrition_extraction.py' + - any-glob-to-any-file: 'tests/unit/prediction/test_nutrition_extraction.py'