We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c362d commit 46e9d55Copy full SHA for 46e9d55
1 file changed
.github/workflows/claude-code-review.yml
@@ -9,5 +9,5 @@ jobs:
9
# only run when PR is from this repository (fork PRs don't receive secrets)
10
if: github.event.pull_request.head.repo.full_name == github.repository
11
# Job body always comes from main so edits to these workflows on a PR cannot break the check.
12
- uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@1aa24a5ca8eaddc47822b2d799e772255dcf2c6b # main
+ uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@e6c362dba3fd07f95b67943fdb414bf42e8507bf # main
13
secrets: inherit
0 commit comments