From e8906ae26c18e0ecb7c7969834adebf282e058a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 31 May 2025 11:08:07 +0200 Subject: [PATCH] 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. --- .github/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 840382d99726..69d6d701aa73 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,6 +11,7 @@ on: permissions: contents: read + issues: write pull-requests: write jobs: