From fd4882abcfa1219ae6d1ca0bd6b371538bc30600 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 4 Oct 2022 13:28:51 +0200 Subject: [PATCH] CI: run close-stale-issues.yml once per week --- .github/workflows/close-stale-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index a006357f..341014a8 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -13,8 +13,8 @@ name: 'Close inactive issues' on: schedule: - - cron: "30 6 * * *" - + - cron: "30 6 * * 4" + workflow_dispatch: jobs: close-issues: name: 'Close inactive issues' @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/stale@v6 with: - operations-per-run: 300 +# operations-per-run: 300 days-before-stale: 60 days-before-close: 30 stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Please remove the stale label or add a comment or this issue will be closed in 30 days.'