diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml index 3704ee71..ab42befe 100644 --- a/.github/workflows/github-projects.yml +++ b/.github/workflows/github-projects.yml @@ -94,3 +94,9 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: 🎯 P0, 🎯 P1 label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/136 # Add issue to the Translations project + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: 🌐 Translations, translations + label-operator: OR