Skip to content

test

test #24

Workflow file for this run

name: Claude PR Review

Check failure on line 1 in .github/workflows/claude-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/claude-pr.yml

Invalid workflow file

(Line: 4, Col: 14): Unexpected value 'inherit'
on:
workflow_call:
secrets: inherit
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
review:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
concurrency:
group: claude-review-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: anthropics/claude-code-action@v1.0.96
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_CODE_REVIEW_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}