actions-marketplace-validations/Create Issue From File
An action to create an issue using content from a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub authentication token | — | ${{ github.token }} |
| repository | The target GitHub repository | — | ${{ github.repository }} |
| issue-number | The issue number of an existing issue to update | — | — |
| title | The title of the issue | yes | — |
| content-filepath | The file path to the issue content | — | — |
| labels | A comma or newline-separated list of labels | — | — |
| assignees | A comma or newline-separated list of assignees (GitHub usernames) | — | — |
Outputs
| name | description |
|---|---|
| issue-number | The number of the created issue |