chrisgavin/Create or Update Issue Action

A GitHub Action that creates an issue or updates it if there's already an issue open with the same title.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe repository to create the issue in.yes${{ github.repository }}
tokenThe token to use for creating the issue.yes${{ github.token }}
titleThe title of the issue to create.yes
bodyThe body of the issue to create.no
assigneesA comma-separated list of issue assignees.no
closeClose the issue if it already exists.nofalse

no outputs