add-issues-to-project
Version:
Github action to automatically add all issues to the specified project board.
23 lines (18 loc) • 441 B
YAML
name: add-issues-to-project
description: Automatically add new issues to a project
branding:
icon: truck
color: orange
inputs:
gitub_token:
description: Github API access token
required: true
github_project_title:
description: Title of the project
required: true
github_org:
description: The Github organization within which the project lives
required: false
runs:
using: node16
main: dist/index.js