File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,20 @@ inputs:
66 description : ' The GITHUB_TOKEN secret'
77 required : true
88 configuration-path :
9- description : ' Path to the labeler.yml configuration file'
9+ description : ' Path to the labeler.yml configuration file'
1010 required : true
1111 enable-versioned-regex :
12- description : ' Controls if versioned regex templates are being used'
12+ description : ' Controls if versioned regex templates are being used'
1313 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
1423runs :
1524 using : ' node12'
1625 main : ' lib/main.js'
You can’t perform that action at this time.
0 commit comments