Events
github.issue_comment
This event occurs when there is a comment on an issue. Github considers issues
and pull_requests
to both be issues to some degree, but we have separated these events for clarity.
The following is an example payload which is passed in as an argument to your automation’s entrypoint:
Fields
The raw Github issue_comment
event payload.
The action that occurred on the pull request.
The issue that the comment is on.
The new comment that was added.
The owner of the repository.
The name of the repository.