From 137c9e37236276407e38e9793a592c3b11930b55 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 30 Sep 2024 14:52:42 +0200 Subject: [PATCH] ci: Update github-projects.yml --- .github/workflows/github-projects.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml index fc201a4c69..f75e08ecb1 100644 --- a/.github/workflows/github-projects.yml +++ b/.github/workflows/github-projects.yml @@ -98,3 +98,15 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: 🚦 Nutri-Score label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/105 # Add issue to the Prices project + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: 💸 Prices + label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/133 # Add issue to the Releases project + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: "autorelease:pending" + label-operator: OR