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 115ce65 commit 12f8e5aCopy full SHA for 12f8e5a
1 file changed
.github/workflows/claude-code-review.yml
@@ -22,7 +22,7 @@ jobs:
22
# Action definition is always fetched from main, so PRs that edit it
23
# don't affect the running version until merged.
24
- name: Run Claude Code Review
25
- uses: boneskull/gh-stack/.github/actions/claude-code-review@main
+ uses: boneskull/gh-stack/.github/actions/claude-code-review@115ce650a8621eca5c070b1a034b0fa8788085e4 # main
26
with:
27
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
28
repository: ${{ github.repository }}
0 commit comments