Searched refs:ReviewComment (Results 1 – 4 of 4) sorted by relevance
8 export type ReviewComment = { alias46 comments?: ReviewComment[];
13 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[]) {
6 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types';22 const comments: ReviewComment[] = [];
8 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types';16 const comments: ReviewComment[] = [];