From 726ce55eec84b95981b7da1740f6c3ce2bd13a18 Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Fri, 28 Sep 2018 10:30:42 -0400 Subject: [PATCH] Set probot/no-response days-until-close to 28 days --- .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 3c6b33d42..1c8799d13 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -1,7 +1,7 @@ # 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: 180 +daysUntilClose: 28 # Label requiring a response responseRequiredLabel: more-information-needed