Skip to content

add logs, add readme #55

add logs, add readme

add logs, add readme #55

name: Claude PR Review with Progress Tracking
on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
concurrency:
group: claude-code-review-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
review:
if: |
github.event.pull_request.draft == false &&
github.event.pull_request.head.repo.fork == false
uses: Smartling/claude-pr-review/.github/workflows/claude-code-review.yml@main

Check failure on line 15 in .github/workflows/claude-code-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/claude-code-review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/claude-code-review.yml" -> "Smartling/claude-pr-review/.github/workflows/claude-code-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: inherit