Skip to content

Commit

Permalink
chore: update thresh value to 30 in checkCumulativeUpdate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Aug 1, 2024
1 parent 37c50cc commit 74b00d0
Showing 1 changed file with 1 addition and 1 deletion.
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 = 30

export const checkCumulativeUpdate = async ({
repo,
Expand Down

0 comments on commit 74b00d0

Please sign in to comment.