Skip to content

Commit 152fc0c

Browse files
authored
Fix: Remove pull_request trigger from reusable workflow (#1)
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. Co-authored-by: jaysonv0341 <jaysonv0341@users.noreply.github.com>
1 parent 7187a5d commit 152fc0c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ on:
2727
AWS_ROLE_TO_ASSUME:
2828
required: false
2929

30-
pull_request:
31-
types: [opened, synchronize, reopened, ready_for_review]
32-
3330
permissions:
3431
contents: write
3532
pull-requests: write

0 commit comments

Comments
 (0)