From 60ac3dbb41b34cc047dbd297a152d6abcc1a3b4d Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Sun, 25 Aug 2024 13:21:51 +0200 Subject: [PATCH] Restore actions/stale to schedule. Signed-off-by: Thomas Hallgren --- .github/workflows/stale.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 02910e28d..2b713f518 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,8 +1,7 @@ name: 'Close stale issues and PR' on: - push: - branches: - - release/v2 + schedule: + - cron: '12 10 * * *' jobs: stale: @@ -18,5 +17,5 @@ jobs: days-before-pr-stale: 30 days-before-issue-close: 7 days-before-pr-close: 14 - operations-per-run: 800 + operations-per-run: 80 exempt-issue-labels: feature,friction