From 2310c4070f150d49f4d8292995b6897276a82232 Mon Sep 17 00:00:00 2001 From: Lipis Date: Mon, 5 Feb 2018 22:33:20 +0100 Subject: [PATCH] feat: Add support for no-response-bot (#3873) good luck --- .github/no-response.yml | 10 ++++++++++ 1 file changed, 10 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 00000000..c6086946 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,10 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +daysUntilClose: 14 +responseRequiredLabel: "status:awaiting response" +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.