Power User Script fails with the error history is null
#9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |