Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Removed the automatic Claude code review workflow (claude-code-review.yml)
  • Kept only the manual workflow (claude-code-review-manual.yml) for better control

Rationale

The automatic workflow would trigger on every PR event (opened, synchronized, labeled) and for first-time contributors. By keeping only the manual workflow, we have more control over when to run Claude code reviews.

Changes

  • Deleted .github/workflows/claude-code-review.yml
  • The manual workflow remains at .github/workflows/claude-code-review-manual.yml

Test Plan

  • Verified that only the manual workflow file remains
  • Confirmed the manual workflow requires explicit triggering via workflow_dispatch

🤖 Generated with Claude Code

Remove claude-code-review.yml which triggers automatically on PR events.
Keep only the manual workflow (claude-code-review-manual.yml) for better
control over when code reviews are performed.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@graycreate graycreate merged commit deb8d0d into main Jul 9, 2025
6 checks passed
@graycreate graycreate deleted the feature/remove-auto-claude-review branch July 9, 2025 14:49
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.

2 participants