Update checkpoints-app-store_remove references to unlink connection.md #184
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |