Skip to content

build(deps): bump serve-static from 1.15.0 to 1.16.2 in /IapExample #56

build(deps): bump serve-static from 1.15.0 to 1.16.2 in /IapExample

build(deps): bump serve-static from 1.15.0 to 1.16.2 in /IapExample #56

Workflow file for this run

name: Code Review GPT
on:
pull_request:
branches: [main]
permissions:
pull-requests: write
contents: read
jobs:
run_code_review:
if: github.repository_owner == github.actor
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/code-review-gpt@v0.1.8
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}