Skip to content

test: AI Review Demo — testing GitHub Models integration #3

test: AI Review Demo — testing GitHub Models integration

test: AI Review Demo — testing GitHub Models integration #3

Workflow file for this run

name: AI Review
on:
pull_request:
types: [opened, synchronize]
jobs:
code-review:
uses: nsalvacao/actions-hub/.github/workflows/ai-code-review.yml@main
with:
language: "en"
secrets:
MODELS_PAT: ${{ secrets.MODELS_PAT }}
pr-summary:
uses: nsalvacao/actions-hub/.github/workflows/ai-pr-summary.yml@main

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/ai-review.yml" -> "nsalvacao/actions-hub/.github/workflows/ai-pr-summary.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
language: "en"
secrets:
MODELS_PAT: ${{ secrets.MODELS_PAT }}