* change message of needs repro and enable

* update needs repro to needs info

* update to needs more info
This commit is contained in:
Anthony Dresser 2019-03-15 14:53:15 -07:00 коммит произвёл GitHub
Родитель 5caf0b02f0
Коммит 09af2fc2cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

6
.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"
}