From 2eb0e2f5974726f7839b82d09c01bf1579d61e04 Mon Sep 17 00:00:00 2001 From: Bara Date: Wed, 18 Jul 2018 22:23:09 +0200 Subject: [PATCH] Create no-response.yml --- .github/ISSUE_TEMPLATE/no-response.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/no-response.yml diff --git a/.github/ISSUE_TEMPLATE/no-response.yml b/.github/ISSUE_TEMPLATE/no-response.yml new file mode 100644 index 00000000..841b0bd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/no-response.yml @@ -0,0 +1,10 @@ +# 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: 30 +# Label requiring a response +responseRequiredLabel: "feedback" +# 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 response + to this issue and is now stale.