MCPcopy Create free account
hub / github.com/decaporg/decap-cms / getHeadReference

Method getHeadReference

packages/decap-cms-backend-github/src/API.ts:1345–1347  ·  view source on GitHub ↗
(head: string)

Source from the content-addressed store, hash-verified

1343 }
1344
1345 async getHeadReference(head: string) {
1346 return `${this.repoOwner}:${head}`;
1347 }
1348
1349 async createPR(title: string, head: string) {
1350 const result: Endpoints['POST /repos/{owner}/{repo}/pulls']['response']['data'] =

Callers 6

getPullRequestsMethod · 0.95
editorialWorkflowGitMethod · 0.95
rebaseBranchMethod · 0.95
createPRMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected