diff --git a/.github/workflows/dogfood-comment-writer.yml b/.github/workflows/dogfood-comment-writer.yml index abbbdcd0d..9ee72125a 100644 --- a/.github/workflows/dogfood-comment-writer.yml +++ b/.github/workflows/dogfood-comment-writer.yml @@ -8,7 +8,7 @@ on: permissions: actions: read issues: write - pull-requests: read + pull-requests: write concurrency: group: dogfood-comment-${{ github.event.workflow_run.head_repository.id || 'unknown-repo' }}-${{ github.event.workflow_run.head_branch || 'unknown-branch' }}