diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f100db8154..5406bf839a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,7 @@ env: # config on: schedule: - - cron: "0 */6 * * *" # Runs daily at midnight, temporarily runs every 6 hours for heavy workload + - cron: "0 0 * * *" # Runs daily at UTC 00:00 workflow_dispatch: # Allows manual triggering jobs: @@ -34,6 +34,5 @@ jobs: days-before-pr-close: -1 # Completely disable closing for PRs # Temporary to reduce the huge issues number - ascending: true - operations-per-run: 800 + operations-per-run: 500 debug-only: false