[AIRFLOW-3096] Further reduce DaysUntilStale for probo/stale

This commit is contained in:
r39132 2018-09-20 10:27:52 -07:00 коммит произвёл Sid Anand
Родитель 69d10f04c1
Коммит e68ad5f846
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/stale.yml поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
daysUntilStale: 45
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.