edumserrano/GitHub issue forms parser
Parses a GitHub issue form body and outputs a JSON representation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template-filepath | The filepath for the GitHub issue form template. | yes | — |
| issue-form-body | The issue form body. | yes | — |
Outputs
| name | description |
|---|---|
| parsed-issue | The parsed issue form as a JSON string. |