Skip to content

feat(tokens): redesign color palette scales (QCDL-29) #21

feat(tokens): redesign color palette scales (QCDL-29)

feat(tokens): redesign color palette scales (QCDL-29) #21

# Claude Code Review — automated PR review via code-agents reusable workflow
# (auth via Cora GitHub App, secrets propagated via `secrets: inherit`)
name: Claude Code Review
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, converted_to_draft]
branches: [main]
concurrency:
group: claude-review-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
code-review:
if: ${{ !github.event.pull_request.head.repo.fork && !github.event.pull_request.draft }}
permissions:
contents: read
pull-requests: write
uses: lastro-co/code-agents/.github/workflows/claude-code-review.yml@main

Check failure on line 21 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" -> "lastro-co/code-agents/.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