From b146c45ef479f192e38d2419999544f3c82daf48 Mon Sep 17 00:00:00 2001 From: Naoki Kanatani Date: Thu, 6 Apr 2023 08:07:47 +0900 Subject: [PATCH] Increase operations-per-run --- .github/workflows/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 2bf6f702d..e99b5e620 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -22,3 +22,4 @@ jobs: stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.' close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.' + operations-per-run: 120