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 017f290 commit 48aac81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Add bugs to the relevant GitHub Projects

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

types:
- opened
- labeled
- transferred
jobs:
add-to-project:
name: Add issue to project
name: Add issue to Hunger Games GitHub project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
Expand All @@ -23,5 +25,5 @@ jobs:
with:
project-url: https://github.com/orgs/openfoodfacts/projects/11
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: mockups available, needs mockup
labeled: 🎨 Mockup available, 🎨 Mockup required
label-operator: OR

0 comments on commit 48aac81

Please sign in to comment.