Skip to content

Conversation

@jaysonv0341
Copy link
Contributor

Problem

The claude-review.yml workflow had both workflow_call and pull_request triggers, which causes failures when other repositories try to use it as a reusable workflow.

Solution

Removed the pull_request trigger from claude-review.yml. This workflow should only be triggered via workflow_call from individual repository workflows.

Impact

  • Individual repos will call this workflow via their own .github/workflows/claude.yml files
  • Those repo-level workflows contain the pull_request trigger
  • This maintains centralized control of the workflow logic while allowing repos to opt-in

Testing

After merging, rerun the test PR in ht-json to verify Claude reviews work correctly.

The claude-review.yml is a reusable workflow (workflow_call) and should
not have a pull_request trigger. Individual repos will call this workflow
via their own claude.yml files which contain the pull_request trigger.

This fixes the workflow file issue that was causing failures.
@jaysonv0341 jaysonv0341 merged commit 152fc0c into main Oct 13, 2025
@jaysonv0341 jaysonv0341 deleted the fix-claude-workflow branch October 13, 2025 22:11
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