Skip to content

Repository files navigation

Add issue to project

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.

Usage

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

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages