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