Skip to content

Commit

Permalink
Grant additional permissions to stale action (#75176)
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 eede056
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 eede056

Please sign in to comment.