Skip to content

Bump next from 15.3.9 to 15.5.18 in /nextjs/next-ethers-app-router #118

Bump next from 15.3.9 to 15.5.18 in /nextjs/next-ethers-app-router

Bump next from 15.3.9 to 15.5.18 in /nextjs/next-ethers-app-router #118

Workflow file for this run

name: Claude Auto Review
on:
pull_request:
types: [opened]
branches: [main] # or 'master' - adjust to your default branch
issue_comment:
types: [created]
jobs:
review:
runs-on: ubuntu-latest
timeout-minutes: 60
if: |
github.event_name == 'pull_request'
|| (
github.event_name == 'issue_comment'
&& github.event.issue.pull_request
&& contains(github.event.comment.body, '@claude review')
)
permissions:
contents: read
pull-requests: write
issues: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Claude Review
uses: WalletConnect/actions/claude/auto-review@master
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}