Added probot's config

This commit is contained in:
Tom Moor
2018-02-10 16:31:30 -08:00
parent 78410268cc
commit f4cab58aee
3 changed files with 50 additions and 0 deletions

13
.github/no-response.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# 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: >
This issue has been automatically closed because there has been no response
to the request for more information. With only the details that are currently
in the issue, we don't have enough information to take action.