Files
add-to-project/action.yml
Jonathan Clem b4c121a252 Improve linting
2022-01-31 15:38:31 -05:00

17 lines
482 B
YAML

name: Add to Project
description: Automatically add issues and PRs to GitHub projects
author: GitHub
inputs:
project-url:
required: true
description: URL of the project to add issues to
github-token:
required: true
description: A GitHub personal access token with write access to the project
labeled:
required: false
description: A comma-separated list of labels to use as a filter for issue to be added
runs:
using: 'node12'
main: 'dist/index.js'