dharmeshpandav/PR/Issue Form Body Parser
Parses the body of an PR and issue that was built using an Issue form definition
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 that can be used to obtain the Issue via API lookup | yes | ${{ github.token }} |
| issue_id | The id of the issue to use to extract a payload from the body | yes | — |
| separator | The separator for the form sections in the issue | yes | ### |
| label_marker_start | The string that is used to identify the start of the form label field | yes | >> |
| label_marker_end | The string that is used to identify the end of the form label field | yes | << |
Outputs
| name | description |
|---|---|
| payload | The extracted payload data from the issue body labels in JSON encoded form |