Skip to main content
This event occurs when there is a comment on an issue. Github considers issues and pull_requests to both be issues, but we have separated these events for clarity.
The following is an example payload which is passed in as an argument to your agent’s entrypoint:

Fields

$raw
object
The raw Github issue_comment event payload.
action
string
The action that occurred on the pull request.
issue
object
The issue that the comment is on.
new_comment
object
The new comment that was added.
owner
string
The owner of the repository.
repo
string
The name of the repository.