Skip to main content

Module event

Module event 

Source
Expand description

Typed GitHub event shapes — only the fields the watcher reads. Everything else is intentionally dropped (forward-compatible — any new GitHub field doesn’t break our deserialization).

Structs§

Branch
Label
PullRequest
PullRequestEvent
Pull-request event payload.
PushEvent
Push event payload.
Pusher
Repository
User

Enums§

EventKind
Discriminator over the event types the watcher handles.
PrAction
PR event subaction.