Provide write permissions for issues and PRs (#3039)

This commit is contained in:
boc-the-git 2024-01-23 23:37:45 +11:00 committed by GitHub
parent 61289416a5
commit 09dfca4f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@ on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest