Skip to content

Commit

Permalink
fix permissions for stale issue bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix committed Aug 9, 2023
1 parent 348f79d commit 6ce6c7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
cleanup:
runs-on: ubuntu-latest
name: Stale issue job
permissions:
issues: write
pull-requests: write
steps:
- uses: aws-actions/stale-issue-cleanup@v3
with:
Expand Down

0 comments on commit 6ce6c7c

Please sign in to comment.