jkakavas/Issue comment parser
Parse YAML or JSON from a specific issue comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The Github token to use for getting the issue comment via the API | yes | — |
| comment_id | The id of the comment to be retreived and parsed | yes | — |
| format | The format of the blob we expect to be parsing from the comment | yes | json |
| marker | The optional marker for the YAML or JSON blob to parse, in case the comment contains multiple | yes | "" |
Outputs
| name | description |
|---|---|
| content | The parsed content from the comment body as a string |