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

Interface Repository

src/github-helper.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const blobCreationLimit = pLimit(8)
20
21interface Repository {
22 owner: string
23 repo: string
24}
25
26interface Pull {
27 number: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected