onmax/Issue form parser
Parses issues created by Issue Forms to JSON format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_number | The issue number to parse | yes | — |
| github_token | The GitHub token to use for authentication and fetching the issue. Defaults to the `GITHUB_TOKEN` secret. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| payload | The contents of the issue in a JSON format |