From 44fcdf9ad7e5bce25470b77de080785093ae7a63 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 14 May 2025 20:55:08 +1000 Subject: [PATCH] Increase stale workflow operations limit --- .github/workflows/stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 47ee0dfec..c4ffd25fe 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -20,7 +20,7 @@ jobs: days-before-stale: 45 days-before-close: 10 stale-issue-label: 'stale' - operations-per-run: 50 # Limits API calls per run + operations-per-run: 250 # Increased from 50 to 250 # Issue specific settings stale-issue-message: | @@ -50,7 +50,7 @@ jobs: # Only process issues, not PRs only-labels: '' any-of-labels: '' - only-issue-labels: '' + remove-stale-when-updated: true # Debug options debug-only: false # Set to true to test without actually marking issues