We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb2651 commit a326d12Copy full SHA for a326d12
action.yml
@@ -8,6 +8,9 @@ inputs:
8
configuration-path:
9
description: 'Path to the labeler.yml configuration file'
10
required: true
11
+ enable-versioned-regex:
12
+ description: 'Controls if versioned regex templates are being used'
13
+ required: true
14
runs:
15
using: 'node12'
16
main: 'lib/main.js'
0 commit comments