Skip to content

Commit

Permalink
ci: labeler for nutrition extraction (#1480)
Browse files Browse the repository at this point in the history
* ci: labeler for nutrition extraction

* Apply suggestions from code review
  • Loading branch information
teolemon authored Dec 4, 2024
1 parent 730c132 commit dcfe6b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit dcfe6b5

Please sign in to comment.