From 43b97275bc260f6bbd5459d34d9b606ea2457e6b Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:00:39 -0400 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3cef4bbc3..9dd4a54f0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,7 +3,7 @@ name: Mark stale issues on: schedule: # 1:30 AM on MON/THU - - cron: "30 1 * * 1,4" + - cron: "30 1 * * 1,2,3,4" jobs: stale: @@ -24,7 +24,7 @@ jobs: enable-statistics: true # Disable this and change the operations per run back to 30 when this goes live. debug-only: false - operations-per-run: 30 + operations-per-run: 200 stale-issue-label: 'stale-issue' stale-pr-label: 'stale-pr' ascending: true