@samitouri / QOS-React-1 / commits / a374e0ec87

[ci] Fix missing permissions for stale job (#33466)

Missed these the last time.

lauren committed Jun 6, 2025 at 13:32 UTC a374e0ec87ec1d45a94b69e26c747529ea5dbab0
1 file changed +4 -1
.github/workflows/shared_stale.yml
+4 -1
@@ -6,7 +6,10 @@ on:
6 - cron: '0 * * * *'
7 workflow_dispatch:
8
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
13
14 env:
15 TZ: /usr/share/zoneinfo/America/Los_Angeles