summaryrefslogtreecommitdiffstats
path: root/.github/no-response.yml
blob: d14c7d3d64d59d471f5f625816a2e8bada09cdf3 (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: 21
# 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. 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.