]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140279: Stale workflow needs 'actions: write' to update its own cache (#148165)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 6 Apr 2026 13:07:15 +0000 (16:07 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2026 13:07:15 +0000 (13:07 +0000)
.github/workflows/stale.yml

index 2c73d10350f69f50321996e9006305afc757bf29..a862fde5e14eb49684421428b41ee35732859334 100644 (file)
@@ -11,6 +11,7 @@ jobs:
     if: github.repository_owner == 'python'
     runs-on: ubuntu-latest
     permissions:
+      actions: write
       pull-requests: write
     timeout-minutes: 10