codereaper/Create issue

Creates an issue

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 4, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codereaper/create-issue-action@051850fb85af8bf102a878e75771dd96fb33fe5d # v1.0.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenYour Github PAT, defaults to actions tokenyes${{ github.token }}
repoGitHub repository to create/update/close an issue inyes${{ github.repository }}
modeDictates whether to create, update or close an issue. Valid options: create | close create
stateState of issue to create, update or close. Valid options: open | closed | all open
titleTitle of issue to create or updateyes
labelsLabels (comma-separated) to both create the issue with and to filter the existing issue search withno
assigneesGitHub handle of the user(s) to assign the issue (comma-separated), only used for issue creationno
bodyBody text of the issueno
commentIf 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
namedescription
urlURL of the issue that was created