benlei/Create Issue Templateless

Creates or updates an issue like one would through an Issue Template, but without the template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe repository to create the issue in. For example, benlei/test-action${{ github.repository }}
tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
issue-numberThe issue number to updateno
update-optionUpdate options. Valid values are default, replace, patch, or upsertnodefault
titleThe title of the issue to find/updateyes
fieldsThe fields to include in the issueyes
fail-on-errorWhether to fail the action if an error occursnotrue
namedescription
issue-numberThe issue number that was created or updated
statusThe status of the action - created if an issue was created, updated if an issue was updated, error if an error occurred