Skip to content

Commit

Permalink
ci: Create github-projects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Sep 4, 2024
1 parent 3a8ca1a commit 894a2dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- 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

0 comments on commit 894a2dd

Please sign in to comment.