Skip to content

Update checkpoints-app-store_remove references to unlink connection.md #184

Update checkpoints-app-store_remove references to unlink connection.md

Update checkpoints-app-store_remove references to unlink connection.md #184

Workflow file for this run

name: AI Code reviewer
on:
pull_request:
types: [opened, synchronize]
permissions:
issues: write
jobs:
code_review_job:
runs-on: ubuntu-latest
name: ChatGPT Code Review
steps:
- name: GenAI Code Review
uses: mcclowes/[email protected]
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
github_token: ${{ secrets.AI_REVIEWER }}
github_pr_id: ${{ github.event.number }}
#openai_model: "gpt-4o" # optional
openai_model: "gpt-3.5-turbo" # optional
openai_temperature: 0.5 # optional
openai_max_tokens: 2048 # optional
mode: files # files or patch
language: en # optional, default is 'en'
custom_prompt: "" # optional