From 2347375757371326596e647bc10d19605f272be2 Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:45:08 +1000 Subject: [PATCH] [ci] attempt to fix permission for workflow (#9610) Co-authored-by: clydeps --- .github/workflows/external-component-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/external-component-bot.yml b/.github/workflows/external-component-bot.yml index 31f240d68e..5f5bc703ad 100644 --- a/.github/workflows/external-component-bot.yml +++ b/.github/workflows/external-component-bot.yml @@ -7,6 +7,7 @@ on: permissions: contents: read # Needed to fetch PR details issues: write # Needed to create and update comments (PR comments are managed via the issues REST API) + pull-requests: write # also needed? jobs: external-comment: