Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dtypes.ts8 export type ReviewComment = { alias
46 comments?: ReviewComment[];
H A Dindex.ts13 ReviewComment,
133 function getReviewCommentsFromOutputs(outputs: ReviewOutput[]): ReviewComment[] {
134 return ([] as ReviewComment[]).concat(...outputs.map((output) => output.comments ?? []));
209 async function submitReviewWithCommentsAsync(prNumber: number, comments: ReviewComment[]) {
/expo/tools/src/code-review/reviewers/
H A DlintSwiftFiles.ts6 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types';
22 const comments: ReviewComment[] = [];
H A DreviewChangelogEntries.ts8 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types';
16 const comments: ReviewComment[] = [];