Create or update an issue
The title of the issue to create or update, mandatory if creating a new issue.
The content of the issue to create or update.
Defaults to the repository of the executing workflow.
Only necessary to provide if upserting an issue in a non-local repository.
If provided must container both owner and repo name, eg.
- uses: siilarsi/upsert-issue
with:
repository: "owner/repo"
The issue which should be updated. If left out a new issue is created.
Defaults to the local repositorys token.
Only necessary to provide if creating an issue in a private, non-local, repository.
The response body returned from the GitHub API when creating an issue or issue comment.