From 046fa14eba99b8c9cad5e78d35c4f27f785460d5 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Wed, 29 Jan 2020 10:34:07 -0800 Subject: [PATCH] Added no-response config (#284) --- .github/no-response.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/no-response.yml diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 000000000..c712897ad --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,16 @@ +# 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. +closeComment: >- + Without additional information we're not able to resolve this issue, + so it will be closed at this time. You're still free to add more info + and respond to any questions above, though. We'll reopen the case + if you do. + + Thanks for your contribution!