https://github.com/python/cpython/commit/36f15ba5cd15607fb4e4908ddbfb462c44626d6b
commit: 36f15ba5cd15607fb4e4908ddbfb462c44626d6b
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-04-06T13:07:15Z
summary:

gh-140279: Stale workflow needs 'actions: write' to update its own cache 
(#148165)

files:
M .github/workflows/stale.yml

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2c73d10350f69f..a862fde5e14eb4 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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to