From 28cae4fd5f3c7aa4898c7e70ef7d7f42763c3fc1 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 4 Sep 2024 10:28:43 +0200 Subject: [PATCH] ci: Update github-projects-for-openfoodfacts-design.yml --- .../github-projects-for-openfoodfacts-design.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/github-projects-for-openfoodfacts-design.yml b/.github/workflows/github-projects-for-openfoodfacts-design.yml index dba5cb63069..337b21a6e41 100644 --- a/.github/workflows/github-projects-for-openfoodfacts-design.yml +++ b/.github/workflows/github-projects-for-openfoodfacts-design.yml @@ -28,3 +28,15 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: accessibility label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/132 # Add issue to the Top upvoted issues board + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: ⭐ top issue, 👍 Top 10 Issue! + label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/57 # Add issue to the Most impactful issues board + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: 🎯 P0, 🎯 P1 + label-operator: OR