From 59d934b2e5062687846b21dec64e2f0384add05d Mon Sep 17 00:00:00 2001 From: jaysonv0341 Date: Mon, 13 Oct 2025 16:10:08 -0600 Subject: [PATCH] Fix: Remove pull_request trigger from reusable workflow 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. --- .github/workflows/claude-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 83591b0..3983eef 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -27,9 +27,6 @@ on: AWS_ROLE_TO_ASSUME: required: false - pull_request: - types: [opened, synchronize, reopened, ready_for_review] - permissions: contents: write pull-requests: write