From baed6cce4841f06b306ff43c22f3cc39a5063ad8 Mon Sep 17 00:00:00 2001 From: Brian Cantoni Date: Tue, 4 Aug 2026 21:40:40 -0700 Subject: [PATCH] Improve the stale actions config now that it's been running for a bit - increase operations-per-run beyond the default 30 - add permission for action to write its cache Taken together, these should let the action run on the oldest issues and PRs we have. --- .github/workflows/stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4fdd6e09c..576a09926 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -name: Mark stale issues and pull requests +name: Stale issues and pull requests on: schedule: @@ -8,6 +8,7 @@ on: permissions: issues: write pull-requests: write + actions: write jobs: stale: @@ -25,6 +26,8 @@ jobs: days-before-pr-stale: 90 days-before-pr-close: 14 + operations-per-run: 300 + close-issue-reason: 'not_planned' stale-issue-message: >