From 7d502f9e42e8a7f554c0b5a414148eb6faf37df1 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:52:02 +0200 Subject: [PATCH] ci: modifications to staly.yml We closed the retro active issues, now can reduce the weight on the runs now --- .github/workflows/stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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