Skip to content

chore: add AI PR Review to github-workflows self-CI #1

chore: add AI PR Review to github-workflows self-CI

chore: add AI PR Review to github-workflows self-CI #1

Workflow file for this run

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

Check failure on line 11 in .github/workflows/ai-pr-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ai-pr-review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ai-pr-review.yml" -> "monta-app/ai-standards/.github/workflows/ai-pr-review.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
AI_REVIEWER_SECRET_KEY: ${{ secrets.AI_REVIEWER_SECRET_KEY }}