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

Provide sensible default values for the inputs #9

Open
cz4rs opened this issue Apr 1, 2022 · 0 comments
Open

Provide sensible default values for the inputs #9

cz4rs opened this issue Apr 1, 2022 · 0 comments

Comments

@cz4rs
Copy link

cz4rs commented Apr 1, 2022

We could provide sensible defaults for most of the inputs:

repo_owner:
description: 'Repository owner name'
required: true
default: ''
repo_name:
description: 'Repository name'
required: true
default: ''
pr_number:
description: 'PR number'
required: true
default: ''
comment_title:
description: 'Title of the comment (used also for searching of possibly existing comment)'
required: true
default: ''
comment_content:
description: 'Content of the comment'
required: true
default: ''
github_token:
description: 'GITHUB_TOKEN'
required: true
default: ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant