MCPcopy
hub / github.com/peter-evans/create-pull-request / Pull

Interface Pull

src/github-helper.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface Pull {
27 number: number
28 html_url: string
29 node_id: string
30 draft?: boolean
31 created: boolean
32}
33
34interface CommitResponse {
35 sha: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected