Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
const
blobCreationLimit = pLimit(8)
20
21
interface
Repository {
22
owner: string
23
repo: string
24
}
25
26
interface
Pull {
27
number: number
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected