Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down