xref: /template/writr/.github/no-response.yml (revision 164892f0c152235f732ee7232653aa954c072878)
1*fc6855b4SLouis Ouellet# Configuration for probot-no-response - https://github.com/probot/no-response
2*fc6855b4SLouis Ouellet
3*fc6855b4SLouis Ouellet# Number of days of inactivity before an Issue is closed for lack of response
4*fc6855b4SLouis OuelletdaysUntilClose: 14
5*fc6855b4SLouis Ouellet# Label requiring a response
6*fc6855b4SLouis OuelletresponseRequiredLabel: need more info
7*fc6855b4SLouis Ouellet# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8*fc6855b4SLouis OuelletcloseComment: >
9*fc6855b4SLouis Ouellet  This issue has been automatically closed because there has been no response
10*fc6855b4SLouis Ouellet  to our request for more information from the original author. With only the
11*fc6855b4SLouis Ouellet  information that is currently in the issue, we don't have enough information
12*fc6855b4SLouis Ouellet  to take action. Please reach out if you have or find the answers we need so
13*fc6855b4SLouis Ouellet  that we can investigate further.
14