Skip to content

Commit 0f31fc9

Browse files
committed
[ci] Fix missing permissions for stale job
Missed these the last time.
1 parent ab859e3 commit 0f31fc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/shared_stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
- cron: '0 * * * *'
77
workflow_dispatch:
88

9-
permissions: {}
9+
permissions:
10+
# https://github.com/actions/stale/tree/v9/?tab=readme-ov-file#recommended-permissions
11+
issues: write
12+
pull-requests: write
1013

1114
env:
1215
TZ: /usr/share/zoneinfo/America/Los_Angeles

0 commit comments

Comments
 (0)