summaryrefslogtreecommitdiffstats
path: root/.github/no-response.yml
blob: d745b86385e2f82bb6f3520f87d6e51e5fc7dccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: needs info
# 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 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.