Skip to content

Commit

Permalink
Merge pull request #888 from jill64/dev
Browse files Browse the repository at this point in the history
chore: update thresh value to 50 in checkCumulativeUpdate.ts
  • Loading branch information
wraith-ci[bot] authored Aug 1, 2024
2 parents 37c50cc + e121646 commit 8ac32dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/action/dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26515,7 +26515,7 @@ var getFile = async ({
};

// src/ghosts/bump/checkCumulativeUpdate.ts
var thresh = 20;
var thresh = 50;
var checkCumulativeUpdate = async ({
repo,
owner,
Expand Down
2 changes: 1 addition & 1 deletion packages/action/src/ghosts/bump/checkCumulativeUpdate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ActionOctokit } from 'octoflare/action'

const thresh = 20
const thresh = 50

export const checkCumulativeUpdate = async ({
repo,
Expand Down

0 comments on commit 8ac32dd

Please sign in to comment.