From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:07:15 +0000 (+0300) Subject: gh-140279: Stale workflow needs 'actions: write' to update its own cache (#148165) X-Git-Tag: v3.15.0a8~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f15ba5cd15607fb4e4908ddbfb462c44626d6b;p=thirdparty%2FPython%2Fcpython.git gh-140279: Stale workflow needs 'actions: write' to update its own cache (#148165) --- 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