From ef79613bc7aac09d79ca356bd39ea1706aac68e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:06:00 +0000 Subject: [PATCH 1/2] Initial plan From e9669472a8188347d8b4814a1f645d21775a9551 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:11:57 +0000 Subject: [PATCH 2/2] fix: allow smoke-copilot safe outputs to write on PRs --- .github/workflows/smoke-copilot.lock.yml | 4 ++-- .github/workflows/smoke-copilot.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index eb54a393d..ec623148c 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -444,8 +444,8 @@ jobs: actions: read contents: read copilot-requests: write - issues: read - pull-requests: read + issues: write + pull-requests: write env: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} GH_AW_ASSETS_ALLOWED_EXTS: "" diff --git a/.github/workflows/smoke-copilot.md b/.github/workflows/smoke-copilot.md index d44bc739e..48ab1219e 100644 --- a/.github/workflows/smoke-copilot.md +++ b/.github/workflows/smoke-copilot.md @@ -11,8 +11,8 @@ on: reaction: "eyes" permissions: contents: read - pull-requests: read - issues: read + pull-requests: write + issues: write actions: read copilot-requests: write name: Smoke Copilot