Values.RepositoryTriggerExecutionFailureSourceA trigger failed to run.
type nonrec t = {trigger : RepositoryTriggerName.t option;The name of the trigger that did not run.
*)failureMessage : RepositoryTriggerExecutionFailureMessage.t option;Message information about the trigger that did not run.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of RepositoryTriggerName.t ]) list ]