From f948d1fd5ba7a695148acb26e49000ef11ddb6d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:46:13 +0000 Subject: [PATCH 1/2] Initial plan From 1f5bd7b4fbef8da2aa7df3e1b4f4198d596d8e89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:47:56 +0000 Subject: [PATCH 2/2] Fix validate-and-render: add issues: write permission to pr-check.yml --- .github/workflows/pr-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a0724b1..4bda74a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -21,6 +21,7 @@ on: permissions: contents: read pull-requests: write # needed to post/update the summary comment + issues: write # needed to create/update issue comments via the Issues API # If an author pushes several times quickly, only check the latest commit. concurrency: