Skip to content

Commit

Permalink
fix: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Apr 16, 2020
1 parent 6ba614f commit 37dfa8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/entrypoint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('GitHub issue parser', () => {
repoToken: process.env.REPO_TOKEN,
ancientIssueMessage: process.env.ANCIENT_ISSUE_MESSAGE,
ancientPrMessage: process.env.ANCIENT_PR_MESSAGE,
dryrun: !!process.env.DRYRUN,
staleIssueMessage: process.env.STALE_ISSUE_MESSAGE,
stalePrMessage: process.env.STALE_PR_MESSAGE,
daysBeforeStale: parseFloat(process.env.DAYS_BEFORE_STALE),
Expand Down

0 comments on commit 37dfa8e

Please sign in to comment.