tdupoiron-actions/Create Issue Action by tdupoiron
Create a GitHub issue using Octokit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication | yes | — |
| repository | Repository in the format owner/repo | yes | — |
| title | Issue title | yes | — |
| body | Issue body content | no | "" |
| labels | Comma-separated list of labels to add to the issue | no | "" |
| assignees | Comma-separated list of assignees | no | "" |
| milestone | Milestone number to associate with the issue | no | — |
Outputs
| name | description |
|---|---|
| issue-number | The number of the created issue |
| issue-url | The URL of the created issue |