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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to create the issue in. | yes | ${{ github.repository }} |
| token | The token to use for creating the issue. | yes | ${{ github.token }} |
| title | The title of the issue to create. | yes | — |
| body | The body of the issue to create. | no | — |
| assignees | A comma-separated list of issue assignees. | no | — |
| close | Close the issue if it already exists. | no | false |
Outputs
no outputs