Skip to content

Integrate Nutri-Patrol at various relevant places in the app (tracker) #4059

Integrate Nutri-Patrol at various relevant places in the app (tracker)

Integrate Nutri-Patrol at various relevant places in the app (tracker) #4059

name: Add mockup-required and mockup-available issues to the openfoodfacts-design project
on:
issues:
types:
- labeled
jobs:
add-to-project:
name: Add issue to the openfoodfacts-design project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/11
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: mockups available, needs mockup
label-operator: OR
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/4 # Add issue to the packaging project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: packaging input
label-operator: OR
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/35 # Add issue to the a11y project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: accessibility
label-operator: OR