Skip to content

Commit a326d12

Browse files
committed
Update action config required field
1 parent 9fb2651 commit a326d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ inputs:
88
configuration-path:
99
description: 'Path to the labeler.yml configuration file'
1010
required: true
11+
enable-versioned-regex:
12+
description: 'Controls if versioned regex templates are being used'
13+
required: true
1114
runs:
1215
using: 'node12'
1316
main: 'lib/main.js'

0 commit comments

Comments
 (0)