Skip to content

Bump the npm_and_yarn group across 1 directory with 16 updates #10

Bump the npm_and_yarn group across 1 directory with 16 updates

Bump the npm_and_yarn group across 1 directory with 16 updates #10

Workflow file for this run

name: Code Review GPT
on:
pull_request:
types:
- opened
- synchronize
branches: [master]
jobs:
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}