chore: change toggle color of toolbar to improve visibility #252
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: Code Review GPT | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
run_code_review: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Code Review GPT | |
uses: mattzcarey/[email protected] | |
with: | |
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | |
MODEL: 'gpt-4' | |
GITHUB_TOKEN: ${{ github.token }} |