We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3b366 commit c29413cCopy full SHA for c29413c
.github/workflows/claude-review.yml
@@ -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