actions-marketplace-validations/Actions Ecosystem Action Create Issue
Create an issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 7, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/actions-ecosystem_action-create-issue@b63bc2bbacb6a838dfe4a9f70da6665ae0962a49 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | yes | — |
| title | The title of the created issue. | yes | — |
| body | The body of the created issue. | no | — |
| repo | The owner and repository name. e.g.) Codertocat/Hello-World | no | ${{ github.repository }} |
| labels | The labels which are added to the created issue when it's created. Must be separated with line breaks if there're multiple labels. | no | — |
| milestone | The number of the milestone to which the created issue is added when it's created. | no | — |
| assignees | The assignees which are assigned to the created issue when it's created. Must be separated with line breaks if there're multiple assignees. | no | — |
Outputs
no outputs