chore(main): release 1.51.0 #605
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 and PRs to the relevant GitHub Projects | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
pull_request: | |
types: | |
- opened | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- 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 |