Skip to main content
This event occurs when there is activity on a Github issue, such as creation or editing.
The following is an example payload which is passed in as an argument to your agent’s entrypoint:

Fields

$raw
object
The raw Github issues event payload.
action
string
The action that occurred on the issue.
issue
object
The issue that the event is on.
owner
string
The owner of the repository.
repo
string
The name of the repository.