Skip to content

chore(deps): pin boneskull/gh-stack action to 1aa24a5 #31

chore(deps): pin boneskull/gh-stack action to 1aa24a5

chore(deps): pin boneskull/gh-stack action to 1aa24a5 #31

name: Claude Code Review
on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
claude-review:

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

View workflow run for this annotation

GitHub Actions / Claude Code Review

Invalid workflow file

The workflow is not valid. .github/workflows/claude-code-review.yml (Line: 8, Col: 3): Error calling workflow 'boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@65dc9a5677adb3e60f5d9f8641105c179b12757e'. The nested job 'claude-review' is requesting 'issues: write, pull-requests: write, id-token: write', but is only allowed 'issues: none, pull-requests: none, id-token: none'.
# only run when PR is from this repository (fork PRs don't receive secrets)
if: |
github.event.pull_request.head.repo.full_name == github.repository
# Job body always comes from main so edits to these workflows on a PR cannot break the check.
uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@65dc9a5677adb3e60f5d9f8641105c179b12757e # main
secrets: inherit