Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dindex.ts241 reviews.map((review) => GitHub.deleteAllPullRequestReviewCommentsAsync(prNumber, review.id))
/expo/tools/src/
H A DGitHub.ts196 export async function deleteAllPullRequestReviewCommentsAsync( function