A javascript github action to add an issue to the first project on the repository.
NOTE: If you have more than one project, this might not work.
name: 'Add new issue to project board'on:
issues:
types:
- openedjobs:
add_to_project:
runs-on: ubuntu-lateststeps:
- uses: protecomp/ga-issues-projects@masterwith:
github_token: ${{ secrets.GITHUB_TOKEN }}repository: ${{ github.repository }}issue: ${{ github.event.issue.number }}