From 28e7d176db68b0c4ad8cf894436323404a01f00d Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Wed, 29 Apr 2020 18:50:22 +0100 Subject: [PATCH] ci: Add automatic closing of issues that need more information --- .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 0000000..ab52138 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,10 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +daysUntilClose: 7 +responseRequiredLabel: more information required +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.