Skip to content

chore(deps): update actions/checkout digest to 8459bc0 #115

chore(deps): update actions/checkout digest to 8459bc0

chore(deps): update actions/checkout digest to 8459bc0 #115

Workflow file for this run

---
name: AI Code Reviewer
permissions:
contents: read
issues: write
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: English
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL: gpt-4
PROMPT: Please check if there are any confusions or irregularities in the following code diff
top_p: 1
temperature: 1
max_tokens: 2000
MAX_PATCH_LENGTH: 10000