mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
remove stale bot config (#4797)
This commit is contained in:
parent
954e7ae332
commit
8585d26080
25
.github/stale.yml
vendored
25
.github/stale.yml
vendored
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user