Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only comment once per PR and use common ancestor for git diff #431

Merged
merged 3 commits into from
Jun 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
name: Code Review

on:
pull_request: # Filter out draft pull requests
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
code-review:
Expand All @@ -18,7 +15,7 @@ jobs:
if: ${{ github.actor != 'slack-oss-bot' }}
steps:
- name: Trigger code review
uses: fxchen/[email protected].5-alpha
uses: fxchen/[email protected].7-alpha
with:
model: 'gpt-3.5-turbo-16k'
openai-key: ${{ secrets.OPENAI_API_KEY }}