From e4828675879ab7be49d37c055cb26968d965eaac Mon Sep 17 00:00:00 2001 From: Kanghwan Jang <861393+karljang@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:05:53 -0700 Subject: [PATCH] Increase operations-per-run to 1000 for stale action Signed-off-by: Kanghwan Jang <861393+karljang@users.noreply.github.com> --- .github/workflows/auto-close-inactive-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-close-inactive-issues.yml b/.github/workflows/auto-close-inactive-issues.yml index c7b5bcd3c0d0..dc1b331b1841 100644 --- a/.github/workflows/auto-close-inactive-issues.yml +++ b/.github/workflows/auto-close-inactive-issues.yml @@ -28,3 +28,4 @@ jobs: labels-to-remove-when-unstale: 'stale,waiting for feedback' stale-issue-label: 'stale' stale-pr-label: 'stale' + operations-per-run: 1000