Skip to content

Commit

Permalink
Create github-projects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Dec 13, 2022
1 parent 008c99e commit 8a783b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Ventilate issues to the right GitHub openbeautyfacts project

on:
issues:
types:
- opened

jobs:
add-to-projects:
name: Ventilate issues to the right GitHub projects
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/openfoodfacts/projects/37 # Add issue to the openbeautyfacts project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 8a783b5

Please sign in to comment.