From a62ee61068c45e81da9a07bec3d2745293a71eff Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Fri, 26 Jan 2024 16:31:47 -0800 Subject: [PATCH] chore: relax stale issue timings We received customer feedback that our stale issue timings are too tight. This doubles what we had previously. --- .github/workflows/stale-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issue.yml b/.github/workflows/stale-issue.yml index 831c0c39b..add756523 100644 --- a/.github/workflows/stale-issue.yml +++ b/.github/workflows/stale-issue.yml @@ -31,8 +31,8 @@ jobs: closed-for-staleness-label: closed-for-staleness # Issue timing - days-before-stale: 5 - days-before-close: 2 + days-before-stale: 10 + days-before-close: 4 days-before-ancient: 2190 # If you don't want to mark a issue as being ancient based on a