Values.PullRequestMergedStateChangedEventMetadataSourceReturns information about the change in the merge state for a pull request event.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository where the pull request was created.
*)destinationReference : ReferenceName.t option;The name of the branch that the pull request is merged into.
*)mergeMetadata : MergeMetadata.t option;Information about the merge state change event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsMerged.t | `Enum of string | `String of Arn.t ])
list ])
list ]