From 022917b7b516146fe4e0135ad9c89bf60c59689c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 27 Jan 2025 18:56:02 -0800 Subject: [PATCH] fix stale issue mgmt --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 11c5077c76..5a9b19fc9c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,6 +14,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs." stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs." - days-before-stale: 60 # Revert to 60 days + days-before-stale: 90 # Revert to 60 days days-before-close: 7 # Revert to 7 days - stale-issue-label: "stale" \ No newline at end of file + stale-issue-label: "stale" + operations-per-run: 1000 \ No newline at end of file