From 619b4a0d4898a42b75873d3b4e218d293405322d Mon Sep 17 00:00:00 2001 From: Dawid Rogaczewski <20227477+daroga0002@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:59:40 +0200 Subject: [PATCH] chore: Updated stalebot config (#1587) --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 894f3a0..f97e689 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,9 +1,9 @@ --- # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 30 # Number of days of inactivity before an stale issue is closed -daysUntilClose: 30 +daysUntilClose: 7 # Label to use when marking an issue as stale staleLabel: stale