Skip to content

Commit 4c8fca2

Browse files
committed
Update action.yml
1 parent 6e3ea86 commit 4c8fca2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ inputs:
1717
default: true
1818
required: false
1919

20-
category-map:
21-
description: 'The category mapping. Can either be a "Key: Value" mapping or a path to a JSON config file.'
20+
categories:
21+
description: 'The category mapping.'
2222
required: true
2323

24+
label-search-pattern:
25+
description: 'The category regex search pattern to use when searching for categories in the labels.'
26+
default: 'category: ([a-zA-Z0-9]*).*'
27+
required: false
28+
2429
custom-text-input:
2530
description: 'This is the description for a custom input.'
2631
default: 'DefaultValue'

0 commit comments

Comments
 (0)