From 7e8b048bfa8944df8d2599faf57a085977eea3cb Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Tue, 25 Feb 2025 14:12:49 +0000 Subject: [PATCH] fix(ci): add write for issues --- .github/workflows/on_merged_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_merged_pr.yml b/.github/workflows/on_merged_pr.yml index 8b74ede5..1504b975 100644 --- a/.github/workflows/on_merged_pr.yml +++ b/.github/workflows/on_merged_pr.yml @@ -25,7 +25,7 @@ jobs: permissions: contents: read id-token: write - issues: read + issues: write pull-requests: write needs: get_pr_details runs-on: ubuntu-latest