dhernandez-cto/Create or Update Comment
Create or update an issue or pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | — | — |
| issue-number | The number of the issue or pull request in which to create a comment. | — | — |
| comment-id | The id of the comment to update. | — | — |
| body | The comment body. | — | — |
| edit-mode | The mode when updating a comment, "replace" or "append". | — | — |
| reaction-type | Deprecated in favour of `reactions` | — | — |
| reactions | A comma separated list of reactions to add to the comment. | — | — |
Outputs
| name | description |
|---|---|
| comment-id | The id of the created comment |