From 1df0fd43a3c2dcf3ed53ac59903357ecc51fc6c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:11 +0000 Subject: [PATCH 1/2] Initial plan From f8d8197a46eb755b3518d5cecc0e5cba8f8ff9cc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:55 +0000 Subject: [PATCH 2/2] fix: skip Claude Code Review job on fork PRs to prevent 401 auth failure Agent-Logs-Url: https://github.com/ziembor/gomailtesttool/sessions/9a3d5787-4b0a-4268-ba35-fdbe09e0f7b8 Co-authored-by: ziembor <1870879+ziembor@users.noreply.github.com> --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ed53c48..03f2b81 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -12,6 +12,7 @@ on: jobs: claude-review: + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # Optional: Filter by PR author # if: | # github.event.pull_request.user.login == 'external-contributor' ||