Skip to main content

Module github_events

Module github_events 

Source
Expand description

GitHub-specific event structures and types.

This module defines typed structures for different GitHub webhook event types including pull requests, issues, pushes, check runs, and check suites.

Structs§

CheckRun
Check run details.
CheckRunEvent
Check run event.
CheckSuite
Check suite details.
CheckSuiteEvent
Check suite event.
Commit
Commit information from a push event.
CommitAuthor
Author or committer information in a commit.
EventUser
User information in event payloads.
IssueEvent
Issue event with action and details.
PullRequestEvent
Pull request event with action and details.
PushEvent
Push event with commit information.

Enums§

CheckRunAction
Actions that can occur on check runs.
CheckSuiteAction
Actions that can occur on check suites.
IssueAction
Actions that can occur on issues.
PullRequestAction
Actions that can occur on pull requests.