Skip to content

Commit

Permalink
Update action config required field (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmiehe authored Mar 20, 2021
1 parent b8504d2 commit 0207bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0207bb5

Please sign in to comment.