Update permissions in stale PR close workflow

This commit is contained in:
Tobias 2026-02-08 21:09:06 +01:00 committed by GitHub
parent 32682b9da8
commit e0e1475d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@ on:
jobs:
stale-prs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
contents: read
steps:
- name: Handle stale label
uses: actions/github-script@v7