Skip to content

Commit

Permalink
Grant additional permissions to stale action
Browse files Browse the repository at this point in the history
This is required to allow stateful operation as per actions/stale#1090
  • Loading branch information
kevingranade authored Jul 23, 2024
1 parent 3109a9c commit 182375a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '30 * * * *'
permissions:
context: write
issues: write
pull-requests: write
jobs:
Expand Down

0 comments on commit 182375a

Please sign in to comment.