From 241e74dc5ff5009452bf5867c4523765aecf4434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Wed, 5 Sep 2018 16:18:56 -0700 Subject: [PATCH] Close after 3 days Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20990 Differential Revision: D9664380 Pulled By: hramos fbshipit-source-id: 63cc205b44ed7cfb55fef64ddce579a35e082300 --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 538514d64..dce90a05f 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: 30 +daysUntilClose: 3 # Issues with these labels will never be considered stale exemptLabels: - Good first issue @@ -10,6 +10,7 @@ exemptLabels: - Core Team - "Help Wanted :octocat:" - ":warning:Regression" + - ":clock1:PR Pending" # Label to use when marking an issue as stale staleLabel: Stale # Comment to post when marking an issue as stale. Set to `false` to disable