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.'