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

PullRequestMergedStateChangedEventMetadata

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

Returns information about the change in the merge state for a pull request event.

interface PullRequestMergedStateChangedEventMetadata {
destinationReference?: string | null;
mergeMetadata?: MergeMetadata | null;
repositoryName?: string | null;
}

§Properties

§
destinationReference?: string | null
[src]

The name of the branch that the pull request is merged into.

§
mergeMetadata?: MergeMetadata | null
[src]

Information about the merge state change event.

§
repositoryName?: string | null
[src]

The name of the repository where the pull request was created.