Skip to content

Commit

Permalink
ci: Update github-projects-for-openfoodfacts-design.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Oct 17, 2024
1 parent db080d2 commit 01402a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/github-projects-for-openfoodfacts-design.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🎨 Add mockup-required and mockup-available issues to the openfoodfacts-design project
name: Add issues to the relevant GitHub projects

on:
issues:
Expand All @@ -8,7 +8,7 @@ on:
- edited
jobs:
add-to-project:
name: Add issue to the openfoodfacts-design project
name: Add issues to the relevant GitHub projects
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
Expand Down Expand Up @@ -41,3 +41,9 @@ jobs:
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/42 # Add issue to the Knowledge Panels issues board
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 📖 Knowledge panels
label-operator: OR

0 comments on commit 01402a6

Please sign in to comment.