Skip to content

Commit fe221c5

Browse files
[CDX-265] Add CC workflow (#176)
* Add CC workflow * Delete review.md
1 parent 1506e01 commit fe221c5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Claude PR Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, ready_for_review, synchronize]
6+
7+
jobs:
8+
review:
9+
uses: Constructor-io/shared-claude-code-resources-public/.github/workflows/claude-code-review.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)