Values.MergeMetadataSourceReturns information about a merge or potential merge between a source reference and a destination reference in a pull request.
type nonrec t = {isMerged : IsMerged.t option;A Boolean value indicating whether the merge has been made.
*)mergedBy : Arn.t option;The Amazon Resource Name (ARN) of the user who merged the branches.
*)mergeCommitId : CommitId.t option;The commit ID for the merge commit, if any.
*)mergeOption : MergeOptionTypeEnum.t option;The merge strategy used in the merge.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsMerged.t | `Enum of string | `String of Arn.t ])
list ]