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§
- Check
Run - Check run details.
- Check
RunEvent - Check run event.
- Check
Suite - Check suite details.
- Check
Suite Event - Check suite event.
- Commit
- Commit information from a push event.
- Commit
Author - Author or committer information in a commit.
- Event
User - User information in event payloads.
- Issue
Event - Issue event with action and details.
- Pull
Request Event - Pull request event with action and details.
- Push
Event - Push event with commit information.
Enums§
- Check
RunAction - Actions that can occur on check runs.
- Check
Suite Action - Actions that can occur on check suites.
- Issue
Action - Actions that can occur on issues.
- Pull
Request Action - Actions that can occur on pull requests.