Merge pull request #404 from Kittypoda/Figma-dev-mode-case-study #719
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 | |
# permissions: | |
# contents: read | |
# pull-requests: write | |
# on: | |
# pull_request_target: | |
# types: [opened, synchronize, reopened] | |
# jobs: | |
# review: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout repository | |
# uses: actions/checkout@v2 | |
# with: | |
# ref: ${{ github.event.pull_request.head.sha }} | |
# - uses: fluxninja/openai-pr-reviewer@main | |
# env: | |
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | |
# with: | |
# debug: false |