From 9fcc84cd103cc03c1431cf08f9745fc25e4293ae Mon Sep 17 00:00:00 2001 From: Oliver Koenig Date: Sun, 8 Sep 2024 14:50:57 -0700 Subject: [PATCH] ci: More permissions for cherry-pick automation Signed-off-by: Oliver Koenig --- .github/workflows/cherry-pick-release-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cherry-pick-release-commit.yml b/.github/workflows/cherry-pick-release-commit.yml index a2da00788d10..e9af30de0f6c 100644 --- a/.github/workflows/cherry-pick-release-commit.yml +++ b/.github/workflows/cherry-pick-release-commit.yml @@ -28,6 +28,8 @@ jobs: needs: analyse-labels permissions: actions: write + pull-requests: write + contents: write strategy: matrix: branch: ${{ fromJSON(needs.analyse-labels.outputs.branches) }}