Skip to content

Commit

Permalink
modify openai-pr-reviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyosek committed Jul 28, 2023
1 parent 9bf838c commit ff71751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openai-pr-reviewer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Review
name: OpenAI ChatGPT based PR Reviewer & Summarizer

permissions:
contents: read
Expand All @@ -20,7 +20,7 @@ jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: fluxninja/openai-pr-reviewer@latest
- uses: coderabbitai/ai-pr-reviewer@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit ff71751

Please sign in to comment.