Values.ApprovalStateChangedEventMetadataSourceReturns information about a change in the approval state for a pull request.
type nonrec t = {revisionId : RevisionId.t option;The revision ID of the pull request when the approval state changed.
*)approvalStatus : ApprovalState.t option;The approval status for the pull request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RevisionId.t ]) list ]