Skip to content

first time

first time #7

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
jobs:
ChatGPT_Review:
runs-on: ubuntu-latest
name: ChatGPT explain code
steps:
- uses: cirolini/[email protected]
with:
openai_api_key: ${{ secrets.OPENAI_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002"
mode: file