diff --git a/packages/core/src/github.ts b/packages/core/src/github.ts index 23ebd69154..b509f7b876 100644 --- a/packages/core/src/github.ts +++ b/packages/core/src/github.ts @@ -412,7 +412,7 @@ export async function githubCreatePullRequestReviews( } async function paginatorToArray( - iterator: AsyncIterableIterator, + iterator: AsyncIterable, count: number, iteratorItem: (item: T) => R[], elementFilter?: (item: R) => boolean