actions-marketplace-validations/Extract Issue Template Fields
Extract metadata and body from issue template markdown
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token used to authenticate with GitHub API. | no | ${{ github.token }} |
| path | Full path to template file, e.g. .github/ISSUE_TEMPLATES/bug.md | yes | — |
Outputs
| name | description |
|---|---|
| body | Body of issue template |
| title | Title field |
| labels | Comma delimited list of labels |
| assignees | Comma delimited list of assignees |