diff --git a/scripts/github/pr-ci-sweeper.d.mts b/scripts/github/pr-ci-sweeper.d.mts index bb21f0e423c..98894583365 100644 --- a/scripts/github/pr-ci-sweeper.d.mts +++ b/scripts/github/pr-ci-sweeper.d.mts @@ -16,4 +16,5 @@ export function runPrCiSweeper(params: { core: Pick & { setFailed: (message: string) => void }; dryRun?: boolean; appSlug?: string; + now?: number; }): Promise>;