From 5fc592ee5190bfd8657658efd74634f373a4be14 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 2 Dec 2024 11:17:58 -0500 Subject: [PATCH] Update .github/workflows/stale.yaml Co-authored-by: Theofanis Petkos Signed-off-by: Jordan Dubrick --- .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 afb0d7c0..696706b0 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -39,7 +39,7 @@ jobs: stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." days-before-stale: 90 - days-before-close: 90 + days-before-close: 120 stale-issue-label: 'lifecycle/stale' stale-pr-label: 'lifecycle/stale' exempt-issue-labels: 'lifecycle/frozen'