Skip to content

Revert "Add latch for ZK hydration initialization" #62

Revert "Add latch for ZK hydration initialization"

Revert "Add latch for ZK hydration initialization" #62

Workflow file for this run

name: Code Review
on:
pull_request:
types:
- opened
jobs:
code-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fxchen/[email protected]
with:
model: 'gpt-4-32k'
include-full-files: 'true'
openai-key: ${{ secrets.OPENAI_API_KEY }}