Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dindex.ts123 await deleteOutdatedReportsAsync(outdatedReports);
230 async function deleteOutdatedReportsAsync(reports: GitHub.IssueComment[]) { function