-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/taxonomy-editor-fron…
…tend/types/node-22.5.1
- Loading branch information
Showing
31 changed files
with
3,480 additions
and
1,650 deletions.
There are no files selected for viewing
94 changes: 90 additions & 4 deletions
94
.github/workflows/github-projects-for-openfoodfacts-design.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,110 @@ | ||
name: Add mockup-required and mockup-available issues to the openfoodfacts-design project | ||
name: 🎨 Add Mockup required and Mockup available issues to the openfoodfacts-design project | ||
|
||
on: | ||
issues: | ||
types: | ||
- labeled | ||
- edited | ||
- transfered | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue to the openfoodfacts-design project | ||
name: Add issues to the 🎨 openfoodfacts-design or 📚 documentation project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/add-to-project@main | ||
with: | ||
project-url: https://github.com/orgs/openfoodfacts/projects/11 | ||
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/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/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 | ||
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 | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
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 | ||
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 | ||
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 | ||
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 | ||
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 | ||
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 | ||
label-operator: OR | ||
- uses: actions/add-to-project@main | ||
with: | ||
project-url: https://github.com/orgs/openfoodfacts/projects/19 # Add issue to the infrastructure project | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
labeled: infrastructure | ||
label-operator: OR | ||
- uses: actions/add-to-project@main | ||
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: 🚦 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 | ||
- uses: actions/add-to-project@main | ||
with: | ||
project-url: https://github.com/orgs/openfoodfacts/projects/35 # Add issue to the ♿️ accessibility project | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
labeled: ♿️ accessibility | ||
label-operator: OR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.