Skip to content

Commit

Permalink
Update checkCumulativeUpdate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 authored Dec 19, 2023
1 parent 99656d0 commit 0080cb7
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 = 10
const thresh = 20

Check warning on line 3 in packages/action/src/ghosts/bump/checkCumulativeUpdate.ts

View check run for this annotation

Codecov / codecov/patch

packages/action/src/ghosts/bump/checkCumulativeUpdate.ts#L3

Added line #L3 was not covered by tests

export const checkCumulativeUpdate = async ({
repo,
Expand Down

0 comments on commit 0080cb7

Please sign in to comment.