Values.EventInfoSourceInformation about an event. The event might be a push, pull request, scheduled request, or another type of event.
type nonrec t = {name : EventName.t option;The name of the event. The possible names are pull_request, workflow_dispatch, schedule, and push
*)state : EventState.t option;The state of an event. The state might be open, closed, or another state.
*)}