Home
last modified time | relevance | path

Searched refs:createCommentAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/code-review/
H A Dindex.ts201 const comment = await GitHub.createCommentAsync(prNumber, reportBody);
/expo/tools/src/
H A DGitHub.ts263 export async function createCommentAsync(issue_number: number, body: string) { function