From f87e3df37d7d792d28bf0cc3486720af81c5875f Mon Sep 17 00:00:00 2001 From: Christopher Jon Pitzi Date: Thu, 25 Jun 2026 12:24:53 -0400 Subject: [PATCH] Disable automated Claude PR review (manual-only trigger) Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/claude-code-review.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9786e8f..3ca1a5d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -7,14 +7,12 @@ name: Claude Code Review +# >>> DISABLED 2026-06-25: automated Claude PR review turned off fleet-wide. +# Trigger changed from `pull_request` to manual `workflow_dispatch` only, so it +# never auto-runs on PRs. The repo-specific review_prompt below is preserved. +# To re-enable, restore the `on: pull_request` trigger (see git history). on: - pull_request: - types: [opened, synchronize, ready_for_review, reopened] - paths-ignore: - # Markdown IS the product here (prompts/, docs/heuristics.md), so it is - # deliberately NOT ignored — only the license and gitignore are. - - "LICENSE" - - ".gitignore" + workflow_dispatch: jobs: claude-review: