Skip to content

Create chatgpt-review.yml #1

Create chatgpt-review.yml

Create chatgpt-review.yml #1

name: ChatGPT Review
on: [pull_request]
jobs:
chatgpt-review:
name: ChatGPT Review
runs-on: ubuntu-latest
steps:
- uses: feiskyer/ChatGPT-Reviewer@v0
name: ChatGPT Review
env:

Check failure on line 13 in .github/workflows/chatgpt-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/chatgpt-review.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
# Optional configurations:
# with:
# model: "gpt-3.5-turbo"
# temperature: 0.2
# review_per_file: true
comment_per_file: true