mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Expand stalebot to issues (#1672)
Removing old, stale issues is essential to keeping a workable tracker.
This commit is contained in:
+2
-4
@@ -1,9 +1,7 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 14
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 5
|
||||
# Only apply the stale logic to pulls, since we are using issues to manage work
|
||||
only: pulls
|
||||
daysUntilClose: 7
|
||||
# Label to apply when stale.
|
||||
staleLabel: stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
||||
Reference in New Issue
Block a user