unity-billal-mesloub/Issue Body Parser

Parses the body of an issue to extract instructions/data

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 }}
issue_idThe id of the issue to use to extract a payload from the bodyyes
payloadThe type of payload, JSON or YAML that we need to parse from the Issue bodyyesjson
payload_markerAn additional marker that is used to identify the desired payload from the Issue body. This can be used to separate multiple blocks that could be provided in the Issue.yes""
fail_on_missingIf true, the action will fail if the payload is not found in the Issue bodynotrue
namedescription
payloadThe extracted payload data from the issue body for the issue id that was provided