no-response.yml 678 B

123456789101112131415
  1. # Configuration for probot-no-response - https://github.com/probot/no-response
  2. # Number of days of inactivity before an Issue is closed for lack of response
  3. daysUntilClose: 14
  4. # Label requiring a response
  5. responseRequiredLabel: needs info
  6. # Comment to post when closing an Issue for lack of response. Set to `false` to disable
  7. closeComment: >
  8. Since the original issue reporter has not responded to the request for additional
  9. information in about two weeks, it's assumed that they either found the
  10. answer in another manner or decided not to pursue this issue. If this is incorrect,
  11. they can respond with answers to the questions posed, and this issue can be reopened.