diff --git a/packages/action/dist/index.cjs b/packages/action/dist/index.cjs index 7f28c8ee..0799485d 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26515,7 +26515,7 @@ var getFile = async ({ }; // src/ghosts/bump/checkCumulativeUpdate.ts -var thresh = 20; +var thresh = 50; var checkCumulativeUpdate = async ({ repo, owner, diff --git a/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts b/packages/action/src/ghosts/bump/checkCumulativeUpdate.ts index 004b353a..218d2bf1 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 = 20 +const thresh = 50 export const checkCumulativeUpdate = async ({ repo,