chore(deps): bump vue-i18n from 9.14.1 to 10.0.4 #453
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
name: Add bugs to relevant GitHub Projects | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
pull_request: | |
types: | |
- opened | |
- edited | |
jobs: | |
add-to-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: π¨ 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 | |
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/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/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/133 # Add issue to the Releases project | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | |
labeled: autorelease:\pending | |
label-operator: OR | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/openfoodfacts/projects/20/views/2 # Add issue to the Gamification project | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | |
labeled: πΎ Gamification | |
label-operator: OR |