2020-11-16 22:07:14 +01:00
|
|
|
|
|
|
|
# Number of days of inactivity before an issue becomes stale
|
2020-11-16 22:20:06 +01:00
|
|
|
daysUntilStale: 120
|
2020-11-17 00:13:40 +01:00
|
|
|
|
2020-11-16 22:07:14 +01:00
|
|
|
# Number of days of inactivity before a stale issue is closed
|
2020-11-17 00:13:40 +01:00
|
|
|
daysUntilClose: false
|
|
|
|
|
2020-11-16 22:07:14 +01:00
|
|
|
# Issues with these labels will never be considered stale
|
2020-11-17 00:14:39 +01:00
|
|
|
exemptLabels: []
|
2020-11-17 00:13:40 +01:00
|
|
|
|
2020-11-16 22:07:14 +01:00
|
|
|
# Label to use when marking an issue as stale
|
|
|
|
staleLabel: stale
|
2020-11-17 00:13:40 +01:00
|
|
|
|
2020-11-16 22:07:14 +01:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
|
|
|
Close call! This issue has been marked as stale because it has not had
|
|
|
|
any recent activity. It should be closed if no further activity occurs. Add a comment
|
|
|
|
or push a commit to keep this issue stay alive and kicking. Thank you
|
|
|
|
for your contribution; it is appreciated.
|
2020-11-17 00:13:40 +01:00
|
|
|
|