Skip to content

Think about a way to measure how many people use the Power User Script #12

Think about a way to measure how many people use the Power User Script

Think about a way to measure how many people use the Power User Script #12

name: Add issues to the PUS 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/79 # Add issue to the PUS project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}