Skip to content

build(deps-dev): bump vite from 5.3.1 to 5.4.5 #102

build(deps-dev): bump vite from 5.3.1 to 5.4.5

build(deps-dev): bump vite from 5.3.1 to 5.4.5 #102

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/**"