MCPcopy Create free account
hub / github.com/angular/dev-infra / PullRequestCommit

Interface PullRequestCommit

ng-dev/pr/merge/strategies/api-merge.ts:29–32  ·  view source on GitHub ↗

Interface describing a pull request commit.

Source from the content-addressed store, hash-verified

27
28/** Interface describing a pull request commit. */
29interface PullRequestCommit {
30 message: string;
31 parsed: Commit;
32}
33
34/**
35 * Merge strategy that primarily leverages the Github API. The strategy merges a given

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected