Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit input definition updates (#25) #26

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ inputs:
description: 'The GITHUB_TOKEN secret'
required: true
configuration-path:
description: 'Path to the labeler.yml configuration file'
description: 'Path to the labeler.yml configuration file'
required: true
enable-versioned-regex:
description: 'Controls if versioned regex templates are being used'
description: 'Controls if versioned regex templates are being used'
required: true
versioned-regex:
description: 'The regex version number to use. Only required if using versioned regex files'
required: false
not-before:
description: 'Is optional and will result in any issues prior to this timestamp to be ignored'
required: false
body-missing-regex-label:
description: 'The name of the label that should be added to an issue where the specified `version-regex` can not be found.'
required: false
runs:
using: 'node12'
main: 'lib/main.js'
Expand Down