diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml new file mode 100644 index 000000000..a95207da9 --- /dev/null +++ b/.github/workflows/claude-review.yml @@ -0,0 +1,10 @@ +name: Claude PR Review +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + review: + uses: ThePalaceProject/github-actions/.github/workflows/claude-review.yml@v1 + secrets: + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}