Skip to content

Performance optimization and final cleanup for read-only threads + automatic sessions #6

Performance optimization and final cleanup for read-only threads + automatic sessions

Performance optimization and final cleanup for read-only threads + automatic sessions #6

Workflow file for this run

on:
pull_request:
branches:
- master
- review
jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/code-review-gpt@v0.1.10
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}