Skip to main content
This event occurs when there is a pull request review.
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 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 files that were changed in the pull request.
string
The owner of the repository.
object
The pull request that was reviewed.
string
The ref of the pull request.
object
The review of the pull request.
string
The repository of the pull request.