Skip to content

Commit

Permalink
update openai-pr-reviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyosek committed Jul 17, 2023
1 parent 6724693 commit 0c64bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openai-pr-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: false
review_comment_lgtm: false
debug: true
review_simple_changes: true
review_comment_lgtm: false

0 comments on commit 0c64bb2

Please sign in to comment.