Searched refs:ReviewInput (Results 1 – 6 of 6) sorted by relevance
| /expo/tools/src/code-review/ |
| H A D | types.ts | 36 action: (input: ReviewInput) => Promise<ReviewOutput | null>; 53 export type ReviewInput = { alias
|
| H A D | index.ts | 14 ReviewInput, 76 const input: ReviewInput = {
|
| /expo/tools/src/code-review/reviewers/ |
| H A D | reviewForbiddenFiles.ts | 7 import { ReviewInput, ReviewOutput, ReviewStatus } from '../types'; 14 export default async function ({ pullRequest, diff }: ReviewInput): Promise<ReviewOutput | null> { 62 function linkToFile(head: ReviewInput['pullRequest']['head'], path: string): string {
|
| H A D | checkMissingChangelogs.ts | 10 import { ReviewInput, ReviewOutput, ReviewStatus } from '../types'; 15 export default async function ({ pullRequest, diff }: ReviewInput): Promise<ReviewOutput | null> { 65 function relativeChangelogPath(head: ReviewInput['pullRequest']['head'], pkg: Package): string {
|
| H A D | lintSwiftFiles.ts | 6 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types'; 13 export default async function ({ pullRequest, diff }: ReviewInput): Promise<ReviewOutput | null> {
|
| H A D | reviewChangelogEntries.ts | 8 import { ReviewComment, ReviewInput, ReviewOutput, ReviewStatus } from '../types'; 10 export default async function ({ pullRequest, diff }: ReviewInput): Promise<ReviewOutput> {
|