From c94486e4e05fe4f5f287541892a2b1c995cc4786 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Wed, 26 Apr 2023 21:25:54 +0200 Subject: [PATCH] Increase delay before closing stale issues to 40 days The 7 days current limit is preventing people away from keyboard to comment the issue and there is supported bot action to reopen them afterwards See related side effect of misconfigured stale bot at https://github.com/actions/stale/issues/719 Signed-off-by: Guillaume Berche --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ea082664f3e..ddbd8b3d4e2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,7 @@ jobs: # https://docs.github.com/en/rest/overview/resources-in-the-rest-api#requests-from-github-actions operations-per-run: 100 days-before-stale: 90 - days-before-close: 7 + days-before-close: 40 stale-issue-label: stale exempt-issue-labels: exempt-from-stale stale-issue-message: >