create-or-update-comment
create-or-update-comment copied to clipboard
A GitHub action to create or update an issue or pull request comment
Hey peter, I have a question , if I wanted to only post the comment on the return value of a script for example if the script returns a non-zero...
Ran into an issue where the body stored in the environment variable was throwing an error saying `Error: Argument list too long` (similar to https://github.com/peter-evans/create-or-update-comment/issues/96). Added support for `file` and...
Would be great if it would be possible to create a comment with a image. I think it would be useful after creating github action local images (like screenshots) and...
Hello! I got this error when I wanted to add reaction to existing comment in PR: ```yaml - name: Put starting reaction to the comment uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{...
Hi, I'm trying to leave a reaction on the main comment that is created when a user leaves a review from the diff view (so not the inline comments the...
## Problem Statement When using the `append` update strategy, repeated runs of the GitHub Action (e.g., due to workflow re-execution) can result in duplicate additions to the same comment. This...
In README: > You can create and update comments in another repository by using a [PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) instead of GITHUB_TOKEN. The user associated with the PAT must have write access to...
Hi! I need to print output from console, therefore it should be printed "as is", as a plain text with standard line endings and without markdown formatting. Is it possible...
More explicit failure if running on a PR created from a fork ``` Run peter-evans/create-or-update-comment@v5 /home/runner/work/_actions/peter-evans/create-or-update-comment/v5/dist/index.js:7474 const error = new import_request_error.RequestError(toErrorMessage(data), status, { ^ RequestError [HttpError]: Resource not accessible by...