2020-09-11 06:36:07 +00:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
|
|
|
daysUntilStale: 60
|
2020-10-16 07:50:08 +00:00
|
|
|
|
2020-09-11 06:36:07 +00:00
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
|
|
daysUntilClose: 7
|
2020-10-16 07:50:08 +00:00
|
|
|
|
2020-09-11 06:36:07 +00:00
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
2020-09-11 06:41:17 +00:00
|
|
|
- "status:idea"
|
|
|
|
- "status:planning"
|
|
|
|
- "status:on hold"
|
|
|
|
- "status:ready"
|
2020-09-11 06:36:07 +00:00
|
|
|
- "type:bug"
|
|
|
|
- "type:docs"
|
|
|
|
- "type:enhancement"
|
|
|
|
- "type:feature"
|
|
|
|
- "type:refactor"
|
|
|
|
- "type:task"
|
2020-10-16 07:50:08 +00:00
|
|
|
|
2020-09-11 06:36:07 +00:00
|
|
|
# Label to use when marking an issue as stale
|
|
|
|
staleLabel: "status:stale"
|
2020-10-16 07:50:08 +00:00
|
|
|
|
2020-09-11 06:36:07 +00:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
|
|
|
This issue has been automatically marked as stale because it has not had
|
|
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
|
|
for your contributions.
|
2020-10-16 07:50:08 +00:00
|
|
|
|
2020-09-11 06:36:07 +00:00
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
2020-10-16 07:50:08 +00:00
|
|
|
closeComment: false
|
|
|
|
|
|
|
|
# Limit to only `issues` or `pulls`
|
|
|
|
only: issues
|