diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 05a33b7..717f254 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: '*/5 * * * *' jobs: stale: @@ -22,3 +22,4 @@ jobs: stale-issue-message: 'This issue is stale because it has been open 100 days with no activity. Remove stale label or comment or this will be closed in 1 days.' days-before-stale: 100 days-before-close: 1 + debug-only: true