From a326d12b9b64d4395a18e50f648214c609501643 Mon Sep 17 00:00:00 2001 From: stephanmiehe Date: Sat, 20 Mar 2021 08:58:59 -0700 Subject: [PATCH] Update action config required field --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index add3f02..1e71b95 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,9 @@ inputs: configuration-path: description: 'Path to the labeler.yml configuration file' required: true + enable-versioned-regex: + description: 'Controls if versioned regex templates are being used' + required: true runs: using: 'node12' main: 'lib/main.js'