From 0080cb73942994a5dfe9f8bae0d5288a0286ab4a Mon Sep 17 00:00:00 2001 From: jill64 <143883742+jill64@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:58:51 +0900 Subject: [PATCH] Update checkCumulativeUpdate.ts --- packages/action/src/ghosts/bump/checkCumulativeUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts b/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts index 79231fe6..004b353a 100644 --- a/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts +++ b/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts @@ -1,6 +1,6 @@ import { ActionOctokit } from 'octoflare/action' -const thresh = 10 +const thresh = 20 export const checkCumulativeUpdate = async ({ repo,