From 0d3f6fcc5bee067bf92c218b1f05ddc661771970 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 30 Sep 2024 21:33:42 +0200 Subject: [PATCH] fix: Update github-projects.yml for OPF (#980) --- .github/workflows/github-projects.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/github-projects.yml b/.github/workflows/github-projects.yml index 4b1c27d66c..0658d53ab7 100644 --- a/.github/workflows/github-projects.yml +++ b/.github/workflows/github-projects.yml @@ -22,19 +22,19 @@ jobs: label-operator: AND - 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 + 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 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 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 + 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 label-operator: OR @@ -52,19 +52,19 @@ jobs: 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 + 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 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 + 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 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 + project-url: https://github.com/orgs/openfoodfacts/projects/82 # Add issue to the Search project github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: ๐Ÿ”Ž Search label-operator: OR