21 lines
829 B
YAML
21 lines
829 B
YAML
# Configuration for Stale - https://probot.github.io/apps/stale/
|
|
|
|
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 60
|
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: Won't Fix
|
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
This issue has been automatically closed because there has been no response
|
|
to our request for more information from the original author. With only the
|
|
information that is currently in the issue, we don't have enough information
|
|
to take action. Please reach out if you have or find the answers we need so
|
|
that we can investigate further.
|
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: false
|