Skip to content

Commit 99b4c5d

Browse files
authored
Explicit input definition updates (#25) (#26)
* Explicit input definition updates * Update action.yml
1 parent 829a8bf commit 99b4c5d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

action.yml

+11-2
Original file line numberDiff line numberDiff 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
1423
runs:
1524
using: 'node12'
1625
main: 'lib/main.js'

0 commit comments

Comments
 (0)