From 095eacdd834c97575d71370c253f9423bdac8888 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Fri, 7 Sep 2018 11:57:34 -0700 Subject: [PATCH] Change the number of days to kill stales from 3 to 7 (#21015) Summary: Basically, saw this commit this morning and had a chance to discuss it with matthargett and AndrewJack and overall I agree with their criticism about 3 days being too little time for people to react to it. Pull Request resolved: https://github.com/facebook/react-native/pull/21015 Differential Revision: D9721393 Pulled By: hramos fbshipit-source-id: 524c0b87987a8b76fa8d5e223fb5ed5a56a8c648 --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index dce90a05f308c6..4e334d27a425b0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,7 +2,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 3 +daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - Good first issue