diff --git a/.github/workflows/github-projects-ventilation.yml b/.github/workflows/github-projects-ventilation.yml index a5047c308beeb..b2500e156c39e 100644 --- a/.github/workflows/github-projects-ventilation.yml +++ b/.github/workflows/github-projects-ventilation.yml @@ -6,6 +6,7 @@ on: - labeled - opened - transferred + - edited jobs: add-to-projects: @@ -14,63 +15,63 @@ jobs: steps: - uses: actions/add-to-project@main with: - project-url: https://github.com/orgs/openfoodfacts/projects/43 # Add issue to the openfoodfacts-design project + project-url: https://github.com/orgs/openfoodfacts/projects/11 # Add issue to the openfoodfacts-design project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: mockups available, needs mockup + labeled: ๐ŸŽจ Mockup available, ๐ŸŽจ Mockup required label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/36 # Add issue to the open pet food facts project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: open pet food facts + labeled: ๐Ÿพ Open Pet Food Facts label-operator: OR - uses: actions/add-to-project@main with: - project-url: https://github.com/orgs/openfoodfacts/projects/11 # Add issue to the open products facts project + project-url: https://github.com/orgs/openfoodfacts/projects/43 # Add issue to the open products facts project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: open products facts + labeled: ๐Ÿ“ธ Open Products Facts label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/37 # Add issue to the open beauty facts project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: open beauty facts + labeled: ๐Ÿงด Open Beauty Facts label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/4 # Add issue to the packaging project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: packaging + labeled: ๐Ÿ“ฆ Packaging label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/25 # Add issue to the documentation project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: documentation + labeled: ๐Ÿ“š Documentation label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/5 # Add issue to the folksonomy project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: folksonomy project + labeled: ๐Ÿท๏ธ Folksonomy Project label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/44 # Add issue to the data quality project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: data quality + labeled: ๐Ÿงฝ Data quality label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/82 # Add issue to the search project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: search + labeled: ๐Ÿ”Ž Search label-operator: OR - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/openfoodfacts/projects/41 # Add issue to the producer platform project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: producers platform + labeled: ๐Ÿญ Producers Platform label-operator: OR - uses: actions/add-to-project@main with: @@ -82,5 +83,17 @@ jobs: with: project-url: https://github.com/orgs/openfoodfacts/projects/92 # Add issue to the Nutri-Score project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: nutriscore + labeled: ๐Ÿšฆ Nutri-Score 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