From 540347051b611388f471d9d3ae48b866dd898702 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sat, 16 Nov 2024 12:26:26 +0100 Subject: [PATCH] ci: Update github-projects.yml --- .github/workflows/github-projects.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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