maxkomarychev/oction-create-issue
This action implements `POST` request to `/repos/{owner}/{repo}/issues`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to authenticate the request | yes | — |
| owner | owner parameter | no | — |
| repo | repo parameter | no | — |
| title | The title of the issue. | yes | — |
| body | The contents of the issue. | no | — |
| assignee | Login for the user that this issue should be assigned to. _NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. **This field is deprecated.**_ | no | — |
| milestone | The `number` of the milestone to associate this issue with. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._ | no | — |
| labels | Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._ | no | — |
| assignees | Logins for Users to assign to this issue. _NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise._ | no | — |
Outputs
no outputs