Skip to content

Commit d3050df

Browse files
committed
Update the documentation
1 parent 2769f5b commit d3050df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This action automatically labels an issue that is opened from the "Convert to is
88
Input Name | Required | Details
99
:-|:-:|:-
1010
`parent-label` | | The parent label to match before applying the label to the opened issue, if not provided will apply the label to all converted issues
11-
`task-label` | :heavy_check_mark: | The label to apply to the opened issue
11+
`task-label` | :heavy_check_mark: | The comma separated list of labels to apply to the opened issue
1212

1313
## Environment Variables
1414

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
description: If specified, will only run for parents with the specified label
66
required: false
77
task-label:
8-
description: The label to apply to the opened issue
8+
description: The comma separated list of labels to apply to the opened issue
99
required: true
1010
default: 'task'
1111
runs:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasks-action",
3-
"version": "0.0.1",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)