2019-01-05 23:30:05 +01:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
2019-01-10 06:59:32 +01:00
|
|
|
daysUntilStale: 21
|
2019-01-05 23:30:05 +01:00
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
|
|
daysUntilClose: 7
|
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
|
|
|
- architecture
|
|
|
|
- pinned
|
|
|
|
# Label to use when marking an issue as stale
|
2019-02-21 07:35:14 +01:00
|
|
|
staleLabel: stale
|
2019-01-05 23:30:05 +01:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
2019-01-13 08:40:38 -05:00
|
|
|
This issue or pull request has been automatically marked as stale because it has not had
|
2019-01-05 23:30:05 +01:00
|
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
|
|
for your contributions.
|
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
|
|
closeComment: false
|