Skip to content

Commit

Permalink
chore: Add write permissions for issues in stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Jun 3, 2024
1 parent 3007ff2 commit 32ea867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v8
with:
Expand Down

0 comments on commit 32ea867

Please sign in to comment.