MCPcopy Create free account
hub / github.com/ampproject/amphtml / postGithubIssue

Function postGithubIssue

build-system/common/update-session-issues/index.js:171–174  ·  view source on GitHub ↗

* @param {string} token * @param {string} repo * @param {object} data * @return {Promise }

(token, repo, data)

Source from the content-addressed store, hash-verified

169 * @return {Promise<Object>}
170 */
171function postGithubIssue(token, repo, data) {
172 const url = `/repos/${repo}/issues`;
173 return postGithub(token, url, data);
174}
175
176/**
177 * @param {string} token

Callers 1

createScheduledIssueFunction · 0.85

Calls 1

postGithubFunction · 0.85

Tested by

no test coverage detected