Skip to content

Remove unused Claude Code Review workflow#8

Merged
justin808 merged 1 commit intomainfrom
jg/fix-org-claude-workflow
Feb 17, 2026
Merged

Remove unused Claude Code Review workflow#8
justin808 merged 1 commit intomainfrom
jg/fix-org-claude-workflow

Conversation

@justin808
Copy link
Member

@justin808 justin808 commented Feb 17, 2026

Summary

  • Removes the claude-code-review.yml workflow from the org-level .github repo
  • The plugin-based review setup was broken — the plugin tries to call gh api via the Bash tool, which the action's sandbox blocks by default
  • This repo (org-level config files) doesn't need automated Claude code review on PRs

The claude.yml (@claude mention handler) is unaffected and uses the working default setup.

Test plan

  • Verify no Claude Code Review action runs on this PR
  • Verify @claude mentions still work on other repos

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Removed automated code review workflow from development infrastructure.

The plugin-based review setup was broken (sandbox blocks Bash tool
needed by the plugin). This org-level config repo doesn't need
auto-review on PRs, so removing it entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Feb 17, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

The GitHub Actions workflow file for Claude Code Review was removed from the repository. This workflow previously triggered on pull request events and executed an automated code review action using the Anthropic Claude Code Review tool.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Removal
.github/workflows/claude-code-review.yml
Deleted the entire Claude Code Review workflow, which included trigger configuration for pull requests (opened, synchronize, ready_for_review, reopened), checkout step, and Claude code review action invocation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A workflow departs, Claude bids adieu,
No more automated reviews to pursue,
The pipeline now quiet, the action retired,
One less robot reviewer that once was hired! 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: removing the Claude Code Review workflow file. It is clear, specific, and directly related to the primary objective described in the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jg/fix-org-claude-workflow

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@justin808 justin808 merged commit 0c8e80e into main Feb 17, 2026
2 checks passed
@justin808 justin808 deleted the jg/fix-org-claude-workflow branch February 17, 2026 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant