From c5d1cdad9908fd30937e82c7ff77f9aedb3d8c98 Mon Sep 17 00:00:00 2001 From: Bill Guowei Yang Date: Thu, 18 Jun 2026 18:04:59 -0400 Subject: [PATCH] Allow test impact workflow to comment on PRs --- .github/workflows/test-impact-plan-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-impact-plan-comment.yml b/.github/workflows/test-impact-plan-comment.yml index cef17a12..42c8782b 100644 --- a/.github/workflows/test-impact-plan-comment.yml +++ b/.github/workflows/test-impact-plan-comment.yml @@ -8,7 +8,7 @@ on: permissions: contents: read issues: write - pull-requests: read + pull-requests: write concurrency: group: test-impact-plan-comment-${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}