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:
@@ -11,6 +11,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user