Add permissions

This commit is contained in:
Owen
2025-04-06 12:04:42 -04:00
parent d76ff17fb3
commit dfcab90c2d

View File

@@ -5,6 +5,11 @@ on:
- cron: '0 0 * * *'
workflow_dispatch: # Allow manual trigger
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest