add issue write permission to stale workflow (#13022)

This commit is contained in:
Leithen 2025-11-21 06:59:51 -07:00 committed by GitHub
parent e2103d3929
commit 4bcd26a7c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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