codereaper/Create issue
Creates an issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 4, 2026
- License
- MIT
Pinned Snippet
uses: codereaper/create-issue-action@051850fb85af8bf102a878e75771dd96fb33fe5d # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Github PAT, defaults to actions token | yes | ${{ github.token }} |
| repo | GitHub repository to create/update/close an issue in | yes | ${{ github.repository }} |
| mode | Dictates whether to create, update or close an issue. Valid options: create | close | — | create |
| state | State of issue to create, update or close. Valid options: open | closed | all | — | open |
| title | Title of issue to create or update | yes | — |
| labels | Labels (comma-separated) to both create the issue with and to filter the existing issue search with | no | — |
| assignees | GitHub handle of the user(s) to assign the issue (comma-separated), only used for issue creation | no | — |
| body | Body text of the issue | no | — |
| comment | If set, an existing issue have this comment added to the issue. Note, if the mode is set to create, then any previously added comment is updated instead | no | — |
Outputs
| name | description |
|---|---|
| url | URL of the issue that was created |