remove stale bot config (#4797)

This commit is contained in:
Nick Snyder 2019-07-05 06:16:00 -07:00 committed by GitHub
parent 954e7ae332
commit 8585d26080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.github/stale.yml vendored
View File

@ -1,25 +0,0 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 150
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# No labels should be exempt from becoming stale because either
# the issue is actually stale/obsolete and should be closed, or
# the issue is important and the stale notification is a good reminder to take action.
# exemptLabels:
# 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: >
Please post an update or close this with an explanation if it is no longer relevant.
This will be closed automatically if there is no more activity.
# Comment to post when closing a stale issue. Set to `false` to disable
# This makes it possible to search for issues that were closed by stalebot.
# https://github.com/sourcegraph/sourcegraph/issues?utf8=%E2%9C%93&q=is%3Aclosed+is%3Aissue+in%3Acomments+%22Stalebot+is+closing+this+due+to+inactivity.%22
closeComment: >
Stalebot is closing this due to inactivity.