Skip to content

Commit fbff3a3

Browse files
authored
Fix stale action permissions
Action write permissions is required to update the cache (see actions/stale#1133)
1 parent db79b8e commit fbff3a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write
11+
actions: write
1112
steps:
1213
- uses: actions/stale@v9
1314
with:
@@ -22,4 +23,4 @@ jobs:
2223
only-labels: "pending user feedback"
2324
exempt-issue-labels: "bug,enhancement,good first issue,backend enhancement,backend issue,backup corruption,bounty,bugreport attached,core logic,docker,filters,help wanted,linux,localization,MacOS,mono,performance issue,reproduced,server side,ssl/tls issue,Synology,tests,translation,UI,windows"
2425
repo-token: ${{ secrets.GITHUB_TOKEN }}
25-
operations-per-run: 60
26+
operations-per-run: 500

0 commit comments

Comments
 (0)