workflows/backport: improve testability in forks

Granting the "issues: write" permission allows creating the "port to
stable" label, if it doesn't exist, yet. This avoids failing the
workflow when testing in a fork without that label.
This commit is contained in:
Wolfgang Walther 2025-05-31 11:08:07 +02:00
parent f86f81ef0f
commit e8906ae26c
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -11,6 +11,7 @@ on:
permissions:
contents: read
issues: write
pull-requests: write
jobs: