From 0207bb58c165f7229d560291b28d8de891bc46d1 Mon Sep 17 00:00:00 2001 From: Stephan Miehe <49914758+stephanmiehe@users.noreply.github.com> Date: Sat, 20 Mar 2021 08:54:55 -0700 Subject: [PATCH] Update action config required field (#22) --- 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'