From 975553109455b54270f2c85d9f976719fab1c932 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 9 Nov 2019 10:02:55 +0530 Subject: [PATCH] Make no-response bot, wait for less time --- .github/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/no-response.yml b/.github/no-response.yml index 808756a12..47afde800 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before issue is closed for lack of response -daysUntilClose: 30 +daysUntilClose: 15 # Label requiring a response responseRequiredLabel: "S: awaiting response" # Comment to post when closing an Issue for lack of response. Set to `false` to disable