Skip to content

Power User Script fails with the error history is null #9

Power User Script fails with the error history is null

Power User Script fails with the error history is null #9

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 }}