-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix robotoff API call for countries (#1002)
* ingredients fix * use new robotoff sort option * prettier * updat countries * fix lower case
- Loading branch information
1 parent
0f953c5
commit 18483aa
Showing
3 changed files
with
44 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# Add labels to any any pull request with changes to the specified paths | ||
Github Actions: | ||
- changed-files: | ||
- any-glob-to-any-file: '.github/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: ".github/**/*" | ||
|
||
Questions game: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/pages/questions/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/pages/questions/**/*" | ||
|
||
🖼️ Logo game: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/pages/logos/**/*' | ||
- any-glob-to-any-file: 'src/components/LogoForm.jsx' | ||
- any-glob-to-any-file: 'src/pages/logos/LogoAnnotation.jsx' | ||
- any-glob-to-any-file: 'src/pages/logos/LogoDeepSearch.jsx' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/pages/logos/**/*" | ||
- any-glob-to-any-file: "src/components/LogoForm.jsx" | ||
- any-glob-to-any-file: "src/pages/logos/LogoAnnotation.jsx" | ||
- any-glob-to-any-file: "src/pages/logos/LogoDeepSearch.jsx" | ||
|
||
Insights: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/pages/insights/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/pages/insights/**/*" | ||
|
||
🌱 Eco-Score game: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/pages/eco-score/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/pages/eco-score/**/*" | ||
|
||
i18n: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/i18n/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/i18n/**/*" | ||
|
||
Nutrition game: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/pages/nutrition/**/*' | ||
- any-glob-to-any-file: 'src/pages/nutrition/index.jsx' | ||
- changed-files: | ||
- any-glob-to-any-file: "src/pages/nutrition/**/*" | ||
- any-glob-to-any-file: "src/pages/nutrition/index.jsx" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters