add actions write permission to stale workflow (#11868)

pull/11869/head
Leithen 2 weeks ago committed by GitHub
parent 486c9cc690
commit f71c21f0da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/stale.yml

@ -12,6 +12,7 @@ on:
permissions: permissions:
pull-requests: write pull-requests: write
actions: write
jobs: jobs:
stale: stale:

Loading…
Cancel
Save