From dec9eb613ea87f52b111959ef2131a1f8f0d386b Mon Sep 17 00:00:00 2001 From: jeffrey-signal Date: Wed, 1 Apr 2026 10:06:53 -0400 Subject: [PATCH] Fix stale action cache save error and increase operations per run limit. --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7b7a3e4e4a..09cc747f24 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,6 +11,7 @@ jobs: permissions: issues: write pull-requests: write + actions: write steps: - uses: actions/stale@v10 @@ -33,4 +34,4 @@ jobs: This issue has been closed due to inactivity. close-pr-message: > This pull request has been closed due to inactivity. - operations-per-run: 30 + operations-per-run: 150