From 47b84189a3aa247c86208f7981cb843ca9b443a7 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Fri, 31 Jan 2025 14:24:27 -0500 Subject: [PATCH] Update stale job workflow with operations per run (#6568) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4cccbce15e..0d9e879efd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,3 +19,4 @@ jobs: close-issue-message: 'This issue was closed because it has been stalled for over 30 days with no activity.' close-pr-message: 'This PR was closed because it has been stalled for over 30 days with no activity.' days-before-close: 7 + operations-per-run: 150