diff --git a/.github/workflows/ai-pr-review.yml b/.github/workflows/ai-pr-review.yml new file mode 100644 index 0000000..cb3e950 --- /dev/null +++ b/.github/workflows/ai-pr-review.yml @@ -0,0 +1,16 @@ +name: AI PR Review + +on: + pull_request: + types: [opened, ready_for_review, synchronize] + issue_comment: + types: [created] + +jobs: + ai-review: + uses: monta-app/ai-standards/.github/workflows/ai-pr-review.yml@main + with: + run-on-drafts: true + secrets: + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + AI_REVIEWER_SECRET_KEY: ${{ secrets.AI_REVIEWER_SECRET_KEY }}