Skip to content

Commit

Permalink
Add stalebot config (#60)
Browse files Browse the repository at this point in the history
* Add stalebot config
* Update and rename stale to stale.yml
  • Loading branch information
elithrar authored Dec 8, 2018
1 parent 945e59e commit 8df78d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
daysUntilStale: 60
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- v2
- needs-review
- work-required
staleLabel: stale
markComment: >
This issue has been automatically marked as stale because it hasn't seen
a recent update. It'll be automatically closed in a few days.
closeComment: false

0 comments on commit 8df78d2

Please sign in to comment.