From ef1d8c0be0aad495b52d77a583a6b26fa8902780 Mon Sep 17 00:00:00 2001 From: Cale Switzer Date: Thu, 21 Aug 2025 15:12:52 -0400 Subject: [PATCH] feat: add claude code PR review to repo --- .github/workflows/claude-code-review.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/claude-code-review.yml diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml new file mode 100644 index 00000000..67145129 --- /dev/null +++ b/.github/workflows/claude-code-review.yml @@ -0,0 +1,13 @@ +name: Claude Code PR Review + +on: + issue_comment: + types: [ created ] + pull_request_review_comment: + types: [ created ] + pull_request_review: + types: [ submitted ] + +jobs: + claude-review: + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main \ No newline at end of file