2019-01-19 15:13:58 -04:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
|
|
|
daysUntilStale: 90
|
2019-10-01 05:05:24 -03:00
|
|
|
# Number of days of inactivity before a stale issue is closed, or `false` to disable
|
|
|
|
daysUntilClose: false
|
2019-01-19 15:13:58 -04:00
|
|
|
# Issues with these labels will never be considered stale
|
2018-05-22 17:18:49 -03:00
|
|
|
exemptLabels:
|
2019-01-19 15:13:58 -04:00
|
|
|
- pinned
|
|
|
|
# Label to use when marking an issue as stale
|
2019-10-01 05:05:24 -03:00
|
|
|
staleLabel: stale
|
2019-01-19 15:13:58 -04:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
2018-05-22 17:18:49 -03:00
|
|
|
markComment: >
|
|
|
|
This issue has been automatically marked as stale because it has not had
|
2019-10-01 05:05:24 -03:00
|
|
|
recent activity. Thank you for your contributions.
|
2019-01-19 15:13:58 -04:00
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
2019-10-01 05:05:24 -03:00
|
|
|
closeComment: false
|