Skip to content

Update lockfile, lifecycle retain count, and limit snapshot to unique #20

Update lockfile, lifecycle retain count, and limit snapshot to unique

Update lockfile, lifecycle retain count, and limit snapshot to unique #20

Workflow file for this run

name: ChatGPT CI
on: pull_request
jobs:
test:
name: ChatGPT explain code
runs-on: ubuntu-latest
steps:
- name: ChatGPT explain code
uses: cirolini/chatgpt-github-actions@v1.3
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
github_token: ${{ secrets.GH_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002"
openai_temperature: 1
openai_max_tokens: 2048
mode: files