Skip to content

Commit c3c7352

Browse files
conflicted/workflow commits cherry picked manually
conflicted/workflow commits cherry picked manually workflow files updated Create claude_review.yml workflow files updated worklfow files reverted
1 parent 5f2a416 commit c3c7352

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version-file: package.json
2020
- run: |
21-
npm install
21+
npm ci
2222
npm run all
2323
- run: |
2424
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Claude Code Review
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, labeled]
6+
7+
jobs:
8+
code-review:
9+
uses: step-security/reusable-workflows/.github/workflows/claude_review.yml@v1
10+
secrets:
11+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
12+
13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
packages: read
17+
issues: write
18+
id-token: write

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.4.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"semver": "^7.7.1"
1515
},
1616
"engines": {
17-
"node": "^20 || ^22"
17+
"node": ">=24.0.0"
1818
},
1919
"scripts": {
2020
"bundle": "npm run format:write && npm run package",

0 commit comments

Comments
 (0)