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-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Dependency bumps are exactly the PRs worth a second pair of eyes, but the
# action refuses bot actors by default. Named explicitly rather than "*" so
# a future App installed on this public repo cannot drive the review prompt.
allowed_bots: "dependabot[bot]"
prompt: |
Please review this pull request and provide feedback on:
- Code quality and best practices
Expand Down
Loading