Skip to content

Commit

Permalink
Update action config required field
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmiehe committed Mar 20, 2021
1 parent 9fb2651 commit a326d12
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 a326d12

Please sign in to comment.