MCPcopy Create free account
hub / github.com/cloudflare/kumo / CreatePullRequestOptions

Interface CreatePullRequestOptions

ci/utils/github-api.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * Interface for pull request creation parameters
16 */
17export interface CreatePullRequestOptions {
18 sourceBranch: string;
19 targetBranch: string;
20 title: string;
21 description: string;
22}
23
24/**
25 * Create a pull request using GitHub API

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected