Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MergeMetadata

import type { MergeMetadata } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

interface MergeMetadata {
isMerged?: boolean | null;
mergeCommitId?: string | null;
mergedBy?: string | null;
mergeOption?: MergeOptionTypeEnum | null;
}

§Properties

§
isMerged?: boolean | null
[src]

A Boolean value indicating whether the merge has been made.

§
mergeCommitId?: string | null
[src]

The commit ID for the merge commit, if any.

§
mergedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who merged the branches.

§
mergeOption?: MergeOptionTypeEnum | null
[src]

The merge strategy used in the merge.