Skip to content

Bump @actions/core from 1.10.1 to 1.11.1 #69

Bump @actions/core from 1.10.1 to 1.11.1

Bump @actions/core from 1.10.1 to 1.11.1 #69

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 }}