issue-ops/IssueOps Form Parser
Convert issue form responses to JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| body | The issue body to parse. Defaults to the body from the workflow event. | yes | ${{ github.event.issue.body }} |
| issue-form-template | The issue form template file name (e.g. `new-repository.yml`). | no | — |
| workspace | The 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 }} |
Outputs
| name | description |
|---|---|
| json | The parsed issue as a JSON string |