Skip to content

Bump openai from 4.52.3 to 4.61.0 #65

Bump openai from 4.52.3 to 4.61.0

Bump openai from 4.52.3 to 4.61.0 #65

Workflow file for this run

name: PR review
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
annotate-pr:
runs-on: ubuntu-latest
name: Add AI comment with review for changes
steps:
- name: AI review
uses: AleksandrFurmenkovOfficial/ai-code-review@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
pr_number: ${{ github.event.number }}