benlei/Parse Issue Templateless
A GitHub Action that parses the body of an issue for output variables, without an issue template file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to fetch the issue body from. For example, benlei/test-action | — | ${{ github.repository }} |
| token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| issue-number | The number of the issue to get the body from | no | — |
| issue-title | The exact title of the issue to get the body from, if issue-number is not specified | no | — |
| body | The body to parse for output variables | no | — |
| fail-on-error | Whether to fail the action if any error occurs | no | true |
Outputs
| name | description |
|---|---|
| generic | This command will have generic output variables based the issue body |
| issue-number | The issue number that was found, if it was found |