dacbd/Create Github Issue
Creates a new github issue as directly as possible
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Github PAT, defaults to actions token | no | — |
| owner | Repo Owner, if not set implied by context. | no | — |
| repo | Repo or impiled by the current context | no | — |
| title | Issue title | yes | — |
| body | Body content of issue | no | — |
| milestone | Milestone associated with issue | no | — |
| labels | CSV of labels (e.x. 'p0-critial,bug,aws') | no | — |
| assignees | CSV of github usernames to assign (e.x. 'dacbd,nlf') | no | — |
Outputs
| name | description |
|---|---|
| json | The JSON for the new created issue returned from the GitHub API |
| html_url | The web url of the new issue |
| number | The new issue's number |