Skip to content

Use correct /api/v2 path #12

Use correct /api/v2 path

Use correct /api/v2 path #12

Workflow file for this run

name: AI PR Review
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
pull_request_review:
types: [submitted]
jobs:
ai-review:
if: startsWith(github.event.comment.body, '/review') || startsWith(github.event.review.body, '/review')
uses: pipedrive/gha-setup/.github/workflows/reusable_ai-pr-review.yaml@master

Check failure on line 14 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" -> "pipedrive/gha-setup/.github/workflows/reusable_ai-pr-review.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
trigger_phrase: ${{ github.event.comment.body || github.event.review.body }}
secrets: inherit