2019-10-30 06:01:21 +00:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
2019-11-07 09:18:14 +00:00
|
|
|
daysUntilStale: 30
|
2019-10-30 06:01:21 +00:00
|
|
|
|
|
|
|
# Number of days of inactivity before a stale issue is closed
|
2019-11-07 09:18:14 +00:00
|
|
|
daysUntilClose: 3
|
2019-10-30 06:01:21 +00:00
|
|
|
|
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
|
|
|
- pinned
|
|
|
|
- security
|
|
|
|
|
|
|
|
# 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
|
2019-11-07 09:22:39 +00:00
|
|
|
markComment: false
|
2019-10-30 06:01:21 +00:00
|
|
|
|
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
|
|
closeComment: false
|