Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DCodeReviewCommand.ts4 import { reviewPullRequestAsync } from '../code-review';
18 await reviewPullRequestAsync(+options.pr);
/expo/tools/src/code-review/
H A Dindex.ts62 export async function reviewPullRequestAsync(prNumber: number) { function