benlei/Parse Issue Templateless

A GitHub Action that parses the body of an issue for output variables, without an issue template file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe repository to fetch the issue body from. For example, benlei/test-action${{ github.repository }}
tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
issue-numberThe number of the issue to get the body fromno
issue-titleThe exact title of the issue to get the body from, if issue-number is not specifiedno
bodyThe body to parse for output variablesno
fail-on-errorWhether to fail the action if any error occursnotrue
namedescription
genericThis command will have generic output variables based the issue body
issue-numberThe issue number that was found, if it was found