siilarsi/upsert issue
Create or update an issue with a comment from a file input or a path to a (readme) file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| title | The title of the issue to create or update, mandatory if creating a new issue | — | — |
| body | The content of the issue to create or update | — | — |
| repository | The repository "owner/repo" for the issue | — | ${{ github.repository }} |
| issue_number | The issue to update if not provided a new issue will be created | — | — |
| token | the token to be used for creating the issue, defaults to the local repositorys token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| github_response_body | the response body returned from the GitHub API when creating an issue or issue comment |