From dda8caec9ca4a9fade363b74a2776714b48d91da Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Fri, 15 Mar 2024 01:02:02 -0400 Subject: [PATCH] chore: update stale.yaml --- .github/workflows/stale.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 5dcf071..3cd81ae 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -10,5 +10,5 @@ jobs: - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' - days-before-stale: 30 - days-before-close: 5 \ No newline at end of file + days-before-stale: 360 + days-before-close: 30 \ No newline at end of file