chore(deps): pin boneskull/gh-stack action to 1aa24a5 #31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| # 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 | ||