Skip to content

Ensure Taxonomy Editor works well in Right-To-Left (RTL) languages #166

Ensure Taxonomy Editor works well in Right-To-Left (RTL) languages

Ensure Taxonomy Editor works well in Right-To-Left (RTL) languages #166

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/25 # Add issue to the documentation project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: documentation
label-operator: OR