MCPcopy Index your code
hub / github.com/wei/pull / PullOptions

Interface PullOptions

src/processor/pull.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { getPRBody, getPRTitle, timeout } from "@/src/utils/helpers.ts";
12
13interface PullOptions {
14 owner: string;
15 repo: string;
16 logger?: Logger;
17}
18
19type PullRequestData =
20 RestEndpointMethodTypes["pulls"]["create"]["response"]["data"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected