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

Method getHeadReference

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

Source from the content-addressed store, hash-verified

1317 }
1318
1319 async getHeadReference(head: string) {
1320 return `${this.repoOwner}:${head}`;
1321 }
1322
1323 async createPR(title: string, head: string) {
1324 const result: Endpoints['POST /repos/{owner}/{repo}/pulls']['response']['data'] =

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected