Skip to content

Commit 36f15ba

Browse files
authored
gh-140279: Stale workflow needs 'actions: write' to update its own cache (#148165)
1 parent efda60e commit 36f15ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
if: github.repository_owner == 'python'
1212
runs-on: ubuntu-latest
1313
permissions:
14+
actions: write
1415
pull-requests: write
1516
timeout-minutes: 10
1617

0 commit comments

Comments
 (0)