From 684f51a73e78432966f49030c2e0a9e95a1e4ecd Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 29 Oct 2019 16:18:43 +0200 Subject: [PATCH] chore: change stale bot daysUntilClose to 14 (#2820) --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 866449b4..1f0fadf4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - pinned