Skip to content

Commit

Permalink
remove openai pr review (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored May 28, 2024
1 parent b264b48 commit 3b0c73e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,19 +237,19 @@ jobs:
reviewers: "lacrimosaprinz,dengn"
mentions: "Prinz,DengNan"

chatgpt-review:
name: ChatGPT Review
needs: [check_organization_user]
runs-on: ubuntu-latest
if: ${{ github.event.action == 'opened' }}
steps:
- uses: matrixorigin/ChatGPT-Reviewer@main
name: ChatGPT Review
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_ACTION }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
model: "gpt-3.5-turbo"
temperature: 0.2
review_per_file: false
comment_per_file: false
# chatgpt-review:
# name: ChatGPT Review
# needs: [check_organization_user]
# runs-on: ubuntu-latest
# if: ${{ github.event.action == 'opened' }}
# steps:
# - uses: matrixorigin/ChatGPT-Reviewer@main
# name: ChatGPT Review
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN_ACTION }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# with:
# model: "gpt-3.5-turbo"
# temperature: 0.2
# review_per_file: false
# comment_per_file: false

0 comments on commit 3b0c73e

Please sign in to comment.