2018-09-27 20:22:17 -04:00
|
|
|
# Configuration for probot-no-response - https://github.com/probot/no-response
|
|
|
|
|
|
|
|
# Number of days of inactivity before an Issue is closed for lack of response
|
|
|
|
daysUntilClose: 14
|
|
|
|
# Label requiring a response
|
|
|
|
responseRequiredLabel: more-information-needed
|
|
|
|
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
|
|
|
closeComment: >
|
2018-10-20 00:43:12 -04:00
|
|
|
This issue has been automatically closed because there has been no follow-up
|
|
|
|
response from the original author. We currently don't have enough
|
|
|
|
information in order to take action. Please reach out if you have any additional
|
|
|
|
information that will help us move this issue forward.
|