From 4d17c92e89f0bd76956b22c76faf43171baefa76 Mon Sep 17 00:00:00 2001 From: Alexander Schaber Date: Mon, 30 Oct 2023 13:18:18 +0100 Subject: [PATCH] ci(stale): update stale period from 30->90 days and close from 7->30 days --- .github/workflows/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d6b9073e7..e3f465afb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,3 +1,4 @@ +--- name: "Stale Issue/PR cleanup" on: schedule: @@ -14,3 +15,6 @@ jobs: - uses: actions/stale@v8 with: operations-per-run: 500 + days-before-issue-stale: 90 + days-before-close: 30 +