We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3ea86 commit 4c8fca2Copy full SHA for 4c8fca2
action.yml
@@ -17,10 +17,15 @@ inputs:
17
default: true
18
required: false
19
20
- category-map:
21
- description: 'The category mapping. Can either be a "Key: Value" mapping or a path to a JSON config file.'
+ categories:
+ description: 'The category mapping.'
22
required: true
23
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
+
29
custom-text-input:
30
description: 'This is the description for a custom input.'
31
default: 'DefaultValue'
0 commit comments