CLI command to save default config in a file #1439
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GPT Review | |
permissions: | |
contents: read | |
pull-requests: write | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
review: | |
if: ${{ contains(github.event.pull_request.labels.*.name, 'gpt review') }} | |
runs-on: ubuntu-latest | |
name: GPT Review | |
steps: | |
- uses: anc95/ChatGPT-CodeReview@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_OLSHANSKY }} | |
# Optional | |
LANGUAGE: English | |
MODEL: gpt-4 | |
# top_p: 1 | |
# temperature: 1 |