Update stale.yml -> added write permission

This commit is contained in:
Mic 2024-09-06 21:04:21 +02:00 committed by GitHub
parent e315c718a2
commit 513ddac6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,9 @@ on:
- cron: '30 12 * * *'
workflow_dispatch:
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest