Skip to content

Commit

Permalink
ci: Update github-projects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Sep 2, 2024
1 parent 3f144d6 commit 017f290
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Add bugs to the new Hunger Games GitHub Project
name: Add bugs to the relevant GitHub Projects

on:
issues:
types: [opened, transferred]
types: [opened, transferred, labeled]

jobs:
add-to-project:
Expand All @@ -14,3 +14,14 @@ jobs:
project-url: https://github.com/orgs/openfoodfacts/projects/40
github-token: ${{ secrets.ADD_TO_PROJECT_PAT || github.token }}
label-operator: AND

add-to-design-project:
name: 🎨 Add issue to the openfoodfacts-design 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: mockups available, needs mockup
label-operator: OR

0 comments on commit 017f290

Please sign in to comment.