From 09af2fc2cb7ce1610074636a6741a75c42c6896d Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Fri, 15 Mar 2019 14:53:15 -0700 Subject: [PATCH] Add needs repro closer bot (#4517) * change message of needs repro and enable * update needs repro to needs info * update to needs more info --- .github/needs_more_info.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/needs_more_info.yml b/.github/needs_more_info.yml index 5bab0d7be1..901836e7d2 100644 --- a/.github/needs_more_info.yml +++ b/.github/needs_more_info.yml @@ -1,6 +1,6 @@ { daysUntilClose: 7, - needsMoreInfoLabel: 'more info', - perform: false, - closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" + needsMoreInfoLabel: 'needs more info', + perform: true, + closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity in the last 7 days. If you have more info to help resolve the issue, leave a comment" }