mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 04:32:47 +00:00
Add basic labeled filter
This commit is contained in:
@@ -8,6 +8,9 @@ inputs:
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user