File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,20 @@ inputs:
6
6
description : ' The GITHUB_TOKEN secret'
7
7
required : true
8
8
configuration-path :
9
- description : ' Path to the labeler.yml configuration file'
9
+ description : ' Path to the labeler.yml configuration file'
10
10
required : true
11
11
enable-versioned-regex :
12
- description : ' Controls if versioned regex templates are being used'
12
+ description : ' Controls if versioned regex templates are being used'
13
13
required : true
14
+ versioned-regex :
15
+ description : ' The regex version number to use. Only required if using versioned regex files'
16
+ required : false
17
+ not-before :
18
+ description : ' Is optional and will result in any issues prior to this timestamp to be ignored'
19
+ required : false
20
+ body-missing-regex-label :
21
+ description : ' The name of the label that should be added to an issue where the specified `version-regex` can not be found.'
22
+ required : false
14
23
runs :
15
24
using : ' node12'
16
25
main : ' lib/main.js'
You can’t perform that action at this time.
0 commit comments