peter-murray/Issue Form Body Parser

Parses the body of an issue that was built using an Issue form definition

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GitHub token that can be used to obtain the Issue via API lookupyes${{ github.token }}
repositoryThe repository that holds the issue, in the form of 'owner/repo'yes${{ github.repository }}
issue_idThe id of the issue to use to extract a payload from the bodyyes
separatorThe separator for the form sections in the issueyes###
label_marker_startThe string that is used to identify the start of the form label fieldyes>>
label_marker_endThe string that is used to identify the end of the form label fieldyes<<
generate_summaryIf true, will generate a summary of the form data in the payloadnofalse
namedescription
payloadThe extracted payload data from the issue body labels in JSON encoded form