From 36f15ba5cd15607fb4e4908ddbfb462c44626d6b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:07:15 +0300 Subject: [PATCH] gh-140279: Stale workflow needs 'actions: write' to update its own cache (#148165) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2c73d10350f6..a862fde5e14e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,6 +11,7 @@ jobs: if: github.repository_owner == 'python' runs-on: ubuntu-latest permissions: + actions: write pull-requests: write timeout-minutes: 10 -- 2.47.3