Merge pull request #428 from omro0107/tensorflow-case-study #728
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 |