Skip to content

Commit

Permalink
add config for probot-stale integration
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 24, 2017
1 parent fc35691 commit 468f791
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,39 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- pr-please
- confirmed
- future
- bug
- chore
- feature
- unconfirmed
- usability
- to-merge
- browser
- reporter
- feature
- documentation
- nice-to-have
- needs-review
- qa
- usability
- semver-minor
- semver-major
- semver-patch
- reporter
- common-mistake
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
I am a bot that watches issues for inactivity.
This issue hasn't had any recent activity, and I'm labeling it `stale`. In 14 days, if there are no further comments or activity, I will close this issue.
Thanks for contributing to Mocha!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

0 comments on commit 468f791

Please sign in to comment.