From 87de0df9d8974f517c9778e116b35a4e7f2311d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mu=C3=B1oz=20Vera?= Date: Tue, 7 Jan 2025 11:25:39 +0100 Subject: [PATCH] chore: adding write permissions to issues (#19262) (cherry picked from commit 34f34ee90abaeaab1143023ccac073b7afa36a65) --- .github/workflows/auto-cherry-pick-labeled-prs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-cherry-pick-labeled-prs.yaml b/.github/workflows/auto-cherry-pick-labeled-prs.yaml index d3c8529fea4..0519d75fd39 100644 --- a/.github/workflows/auto-cherry-pick-labeled-prs.yaml +++ b/.github/workflows/auto-cherry-pick-labeled-prs.yaml @@ -12,6 +12,7 @@ on: permissions: contents: write pull-requests: write + issues: write env: CURRENT_RELEASE_ENDPOINT: ${{ vars.CURRENT_RELEASE_ENDPOINT }} # Endpoint that returns the current release version in json format jobs: