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'