From 118cb8f6954c48823a10e0f4462cfb245a39512e Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sat, 16 Nov 2024 13:40:02 +0100 Subject: [PATCH] ci: Update github-projects-pr.yml (#5865) * ci: Update github-projects-pr.yml * Update github-projects-pr.yml --- .github/workflows/github-projects-pr.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-projects-pr.yml b/.github/workflows/github-projects-pr.yml index a3cecbfa59d..4ae1d487f38 100644 --- a/.github/workflows/github-projects-pr.yml +++ b/.github/workflows/github-projects-pr.yml @@ -1,4 +1,4 @@ -name: Add PRs to the Release Smoothie GitHub Project +name: Add PRs to the relevant GitHub Projects on: - pull_request_target @@ -20,3 +20,9 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: autorelease:\pending 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, i18n, Translations + label-operator: OR