Skip to content

Commit

Permalink
Add permissions to stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPierce committed Sep 12, 2024
1 parent 281595e commit c784d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
schedule:
- cron: "0 0 * * *" # midnight

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c784d81

Please sign in to comment.