Skip to content

Commit

Permalink
Fix stale action permissions
Browse files Browse the repository at this point in the history
Action write permissions is required to update the cache (see actions/stale#1133)
  • Loading branch information
Jojo-1000 committed May 23, 2024
1 parent db79b8e commit fbff3a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
actions: write
steps:
- uses: actions/stale@v9
with:
Expand All @@ -22,4 +23,4 @@ jobs:
only-labels: "pending user feedback"
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"
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 60
operations-per-run: 500

0 comments on commit fbff3a3

Please sign in to comment.