Skip to content

build(deps-dev): bump nx from 19.2.3 to 19.6.5 #96

build(deps-dev): bump nx from 19.2.3 to 19.6.5

build(deps-dev): bump nx from 19.2.3 to 19.6.5 #96

Workflow file for this run

name: Code Review with OpenAI
on:
pull_request:
types:
- opened
- synchronize
permissions: write-all
jobs:
code_review:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Code Review
uses: freeedcom/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4"
exclude: "yarn.lock,dist/**"