|
| 1 | +name: Add bugs to the relevant GitHub Projects |
| 2 | + |
| 3 | +on: |
| 4 | + issues: |
| 5 | + types: |
| 6 | + - opened |
| 7 | + - labeled |
| 8 | + - transferred |
| 9 | +jobs: |
| 10 | + add-to-design-project: |
| 11 | + name: 🎨 Add issue to the openfoodfacts-design project |
| 12 | + runs-on: ubuntu-latest |
| 13 | + steps: |
| 14 | + - uses: actions/add-to-project@main |
| 15 | + with: |
| 16 | + project-url: https://github.com/orgs/openfoodfacts/projects/11 |
| 17 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 18 | + labeled: 🎨 Mockup available, 🎨 Mockup required |
| 19 | + label-operator: OR |
| 20 | + - uses: actions/add-to-project@main |
| 21 | + with: |
| 22 | + project-url: https://github.com/orgs/openfoodfacts/projects/36 # Add issue to the open pet food facts project |
| 23 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 24 | + labeled: 🐾 Open Pet Food Facts |
| 25 | + label-operator: OR |
| 26 | + - uses: actions/add-to-project@main |
| 27 | + with: |
| 28 | + project-url: https://github.com/orgs/openfoodfacts/projects/11 # Add issue to the open products facts project |
| 29 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 30 | + labeled: 📸 Open Products Facts |
| 31 | + label-operator: OR |
| 32 | + - uses: actions/add-to-project@main |
| 33 | + with: |
| 34 | + project-url: https://github.com/orgs/openfoodfacts/projects/37 # Add issue to the open beauty facts project |
| 35 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 36 | + labeled: 🧴 Open Beauty Facts |
| 37 | + label-operator: OR |
| 38 | + - uses: actions/add-to-project@main |
| 39 | + with: |
| 40 | + project-url: https://github.com/orgs/openfoodfacts/projects/4 # Add issue to the packaging project |
| 41 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 42 | + labeled: 📦 Packaging |
| 43 | + label-operator: OR |
| 44 | + - uses: actions/add-to-project@main |
| 45 | + with: |
| 46 | + project-url: https://github.com/orgs/openfoodfacts/projects/25 # Add issue to the documentation project |
| 47 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 48 | + labeled: 📚 Documentation |
| 49 | + label-operator: OR |
| 50 | + - uses: actions/add-to-project@main |
| 51 | + with: |
| 52 | + project-url: https://github.com/orgs/openfoodfacts/projects/5 # Add issue to the folksonomy project |
| 53 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 54 | + labeled: 🏷️ Folksonomy Project |
| 55 | + label-operator: OR |
| 56 | + - uses: actions/add-to-project@main |
| 57 | + with: |
| 58 | + project-url: https://github.com/orgs/openfoodfacts/projects/44 # Add issue to the data quality project |
| 59 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 60 | + labeled: 🧽 Data quality |
| 61 | + label-operator: OR |
| 62 | + - uses: actions/add-to-project@main |
| 63 | + with: |
| 64 | + project-url: https://github.com/orgs/openfoodfacts/projects/82 # Add issue to the search project |
| 65 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 66 | + labeled: 🔎 Search |
| 67 | + label-operator: OR |
| 68 | + - uses: actions/add-to-project@main |
| 69 | + with: |
| 70 | + project-url: https://github.com/orgs/openfoodfacts/projects/41 # Add issue to the producer platform project |
| 71 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 72 | + labeled: 🏭 Producers Platform |
| 73 | + label-operator: OR |
| 74 | + - uses: actions/add-to-project@main |
| 75 | + with: |
| 76 | + project-url: https://github.com/orgs/openfoodfacts/projects/19 # Add issue to the infrastructure project |
| 77 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 78 | + labeled: infrastructure |
| 79 | + label-operator: OR |
| 80 | + - uses: actions/add-to-project@main |
| 81 | + with: |
| 82 | + project-url: https://github.com/orgs/openfoodfacts/projects/92 # Add issue to the Nutri-Score project |
| 83 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 84 | + labeled: 🚥 Nutri-Score game |
| 85 | + label-operator: OR |
| 86 | + - uses: actions/add-to-project@main |
| 87 | + with: |
| 88 | + project-url: https://github.com/orgs/openfoodfacts/projects/132 # Add issue to the Top upvoted issues board |
| 89 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 90 | + labeled: ⭐ top issue, 👍 Top 10 Issue! |
| 91 | + label-operator: OR |
| 92 | + - uses: actions/add-to-project@main |
| 93 | + with: |
| 94 | + project-url: https://github.com/orgs/openfoodfacts/projects/57 # Add issue to the Most impactful issues board |
| 95 | + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
| 96 | + labeled: 🎯 P0, 🎯 P1 |
| 97 | + label-operator: OR |
0 commit comments