From 6f863d11cddf4ef82f3ed50bb8d2d2a9cc3d75be Mon Sep 17 00:00:00 2001 From: Kenta Kozuka Date: Tue, 14 Nov 2023 10:20:57 +0900 Subject: [PATCH] Increase limit of stale action operations (#4671) --- .github/workflows/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 05adbd3322..5e59280f57 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/stale@v8 with: + operations-per-run: 1000 # Issues stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.' close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Feel free to reopen if still applicable.'