Skip to main content
This event occurs when there is a comment on a pull request.
The following is an example payload which is passed in as an argument to your agent’s entrypoint:

Fields

object
The raw Github pull_request_review_comment event payload.
string
The action that occurred on the pull request.
string
The author of the pull request.
change[]
The changes that were made to the files in the pull request.
string
The commit message of the pull request.
string
The SHA of the commit that was used to create the pull request.
string[]
The filepaths that were changed in the pull request.
object
The new comment that was added to the pull request.
string
The owner of the repository.
string
The ref of the pull request.
string
The repository of the pull request.