mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2026-04-15 00:50:41 -04:00
Compare commits
3 Commits
v1.0.7
...
9f9953664f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f9953664f | ||
|
|
ada4f6b4ed | ||
|
|
a5a4083f00 |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Claude Review
|
- name: Run Claude Review
|
||||||
uses: pacnpal/claude-code-review@v1.0.6
|
uses: pacnpal/claude-code-review@v1.0.7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -3241,7 +3241,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/undici": {
|
"node_modules/undici": {
|
||||||
"version": "5.28.4",
|
"version": "5.28.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
|
||||||
|
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/busboy": "^2.0.0"
|
"@fastify/busboy": "^2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user