Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Claude review
uses: anthropics/claude-code-action@v1
with:
# action.yml defines anthropic_api_key as a `with:` input — the
# action's env validation checks the input, not the env var. The
# README's env-only example is incomplete for v1.
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
prompt: |
You are reviewing a pull request in moose-lab/DevLog, a TypeScript /
Next.js 16 / Bun developer-tools project (CLI + dashboard for Claude
Expand Down
Loading