Files
add-to-project/action.yml
Garrett Bjerkhoel 74723b6181 Use GitHub
2022-03-29 10:08:44 -07:00

20 lines
653 B
YAML

name: Add To GitHub Projects Beta
description: Automatically add issues and PRs to GitHub projects beta
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
label-operator:
required: false
description: The behavior of the labels filter, AND to match all labels, OR to match any label (default is OR)
runs:
using: 'node16'
main: 'dist/index.js'