Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit be83ae9

Browse files
committed
FEAT-177: disable automatic code review triggers
- Remove pull_request and pull_request_target triggers from claude-code-review workflow until org secrets are configured for the now-public repo - Workflow can still be run manually via workflow_dispatch Testing: Verified workflow file is valid YAML Risks: No automated code reviews on new PRs until re-enabled
1 parent 0476d9a commit be83ae9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Claude Code Review
22

33
on:
4-
pull_request:
5-
types: [opened]
6-
pull_request_target:
7-
types: [opened]
84
workflow_dispatch:
95

106
# Cancel in-progress runs for the same PR to prevent duplicate reviews

0 commit comments

Comments
 (0)