issue-ops/IssueOps Form Parser

Convert issue form responses to JSON

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bodyThe issue body to parse. Defaults to the body from the workflow event.yes${{ github.event.issue.body }}
issue-form-templateThe issue form template file name (e.g. `new-repository.yml`).no
workspaceThe path where the repository has been cloned using the `actions/checkout` step. This is required to find the issue form template file.yes${{ github.workspace }}
namedescription
jsonThe parsed issue as a JSON string