From 4bf8101b07a3d73b5489b8eeeb5902261fd4be54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Sun, 8 Sep 2024 14:51:25 -0700 Subject: [PATCH] ci: More permissions for cherry-pick automation (#10409) 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) }}