From 981b7956ac28cb5f9194f3097b44bd70b093cb65 Mon Sep 17 00:00:00 2001 From: ritudes <122885572+ritudes@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:54:10 +0530 Subject: [PATCH] Update .github/workflows/stale.yaml Co-authored-by: Armel Soro --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 26afabef9ed..9f80f542cbf 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -30,6 +30,6 @@ jobs: stale-pr-label: 'lifecycle/stale' close-pr-label: 'lifecycle/rotten' exempt-pr-labels: 'lifecycle/active,lifecycle/frozen' - days-before-stale: 30 + days-before-stale: 90 days-before-close: 365 remove-stale-when-updated: true \ No newline at end of file