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