This commit is contained in:
Eric Jizba 2019-01-30 13:33:43 -08:00 коммит произвёл GitHub
Родитель 925c4b0fda
Коммит 201f8a3ad5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 11 добавлений и 0 удалений

5
.github/locker.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
daysAfterClose: 45,
daysSinceLastUpdate: 7,
perform: true
}

6
.github/needs_more_info.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,6 @@
{
daysUntilClose: 21,
needsMoreInfoLabel: 'needs more info',
perform: true,
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/azcodeissuereporting) guidelines.\n\nHappy Coding!"
}