Skip to content

Commit

Permalink
Update tests to match new default comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Dec 11, 2018
1 parent 5441c59 commit 68cc7e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/schema.test.js
Expand Up @@ -60,9 +60,8 @@ describe('schema', () => {
exemptMilestones: false,
staleLabel: 'wontfix',
perform: true,
markComment: 'This issue has been automatically marked as stale because ' +
'it has not had recent activity. It will be closed if no further ' +
'activity occurs. Thank you for your contributions.',
markComment: 'Is this still relevant? If so, what is blocking it? ' +
'Is there anything you can do to help move it forward?',
unmarkComment: false,
closeComment: false,
limitPerRun: 30
Expand Down

0 comments on commit 68cc7e5

Please sign in to comment.