From 5060c96dffe5a251d0cbd51435d8cad86de02340 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Mon, 4 Sep 2023 13:57:34 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 76cf625..2c3686b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.' - days-before-stale: 7 - days-before-close: 7 + days-before-stale: 30 + days-before-close: 30 stale-issue-label: 'no-issue-activity' exempt-issue-labels: 'work-in-progress,blocked,help wanted,under investigation'