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 da5618b commit e6c362dCopy full SHA for e6c362d
1 file changed
.github/workflows/claude-code-review.yml
@@ -7,8 +7,7 @@ on:
7
jobs:
8
claude-review:
9
# only run when PR is from this repository (fork PRs don't receive secrets)
10
- if: |
11
- github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event.pull_request.head.repo.full_name == github.repository
12
# Job body always comes from main so edits to these workflows on a PR cannot break the check.
13
uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@1aa24a5ca8eaddc47822b2d799e772255dcf2c6b # main
14
secrets: inherit
0 commit comments