Skip to content

Merge pull request #424 from oddedodd/sanity-case-study.md #716

Merge pull request #424 from oddedodd/sanity-case-study.md

Merge pull request #424 from oddedodd/sanity-case-study.md #716

Workflow file for this run

# name: Code Review
# permissions:
# contents: read
# pull-requests: write
# on:
# pull_request_target:
# types: [opened, synchronize, reopened]
# jobs:
# review:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# with:
# ref: ${{ github.event.pull_request.head.sha }}
# - uses: fluxninja/openai-pr-reviewer@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# with:
# debug: false