Skip to content

Commit

Permalink
chore: ensure proper permissions of action
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Nov 7, 2024
1 parent 712bfda commit adff0ee
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 @@ -2,7 +2,8 @@ name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit adff0ee

Please sign in to comment.