dharmeshpandav/PR/Issue Form Body Parser

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenThe GitHub token that can be used to obtain the Issue via API lookupyes${{ github.token }}
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<<
namedescription
payloadThe extracted payload data from the issue body labels in JSON encoded form